Skip to content

In ACP mode, MCP does not support SSE (Server-Sent Events) or HTTP. #3472

@sunyitao

Description

@sunyitao

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

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions