You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So when the IDE has more tools beyond read/write to editor that it would like the agent to have access to (read compilation errors, read console, read editor annotations, ...) MCP seem like a good format to pass these tools through to the agent. To get data out of the IDE Process though MCP over HTTP or SSE seems like the direct way, but these are optional for ACP agents to support. We could create a STDIO MCP that proxies the content of an HTTP MCP i suppose.
What are the thoughts behind making HTTP MCP optional but STDIO required.
Is there another mechanism for passing IDE tools that i'm missing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So when the IDE has more tools beyond read/write to editor that it would like the agent to have access to (read compilation errors, read console, read editor annotations, ...) MCP seem like a good format to pass these tools through to the agent. To get data out of the IDE Process though MCP over HTTP or SSE seems like the direct way, but these are optional for ACP agents to support. We could create a STDIO MCP that proxies the content of an HTTP MCP i suppose.
What are the thoughts behind making HTTP MCP optional but STDIO required.
Is there another mechanism for passing IDE tools that i'm missing.
Beta Was this translation helpful? Give feedback.
All reactions