Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "ledger cli": {4 "env": {5 "LEDGER_FILE": "/main.ledger"6 },7 "args": [8 "run",9 "--env-file",10 "/path/to/your/.env",11 "--with",12 "mcp[cli]",13 "mcp",14 "run",15 "<repo_path>/main.py"16 ],17 "command": "uv"18 }19 }20}
暂无评论. 成为第一个评论的人!
登录以参与讨论