example:
INFO Starting MCP server 'Basic Memory' with transport 'stdio'
(after every request)
I think this is not correct behaviour, something in the control flow of aider-ce is causing this.
Issue is present in the main branch and also coroutine-experiment branch. Happens with multiple mcp.
/ask mode and /navigator mode tested with same behaviour.
example mcp config:
"basic-memory": {
"command": "uvx",
"args": [
"basic-memory",
"mcp"
]
}
example:
INFO Starting MCP server 'Basic Memory' with transport 'stdio'(after every request)
I think this is not correct behaviour, something in the control flow of aider-ce is causing this.
Issue is present in the main branch and also coroutine-experiment branch. Happens with multiple mcp.
/ask mode and /navigator mode tested with same behaviour.
example mcp config: