What would you like to be added?
packages/cli/src/acp-integration/acpAgent.ts 第 131-136 行:
function toStdioServer(server: McpServer): McpServerStdio | undefined {
if ('command' in server && 'args' in server && 'env' in server) {
return server as McpServerStdio;
}
return undefined;
}
Why is this needed?
The SSE-based MCP configured in the IDE needs to be used via transparent proxying (or pass-through).
Additional context
No response
What would you like to be added?
packages/cli/src/acp-integration/acpAgent.ts 第 131-136 行:
Why is this needed?
The SSE-based MCP configured in the IDE needs to be used via transparent proxying (or pass-through).
Additional context
No response