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
I am trying to use a custom FastMCP server as a backend for the VS Code MCP agent. The server starts successfully, and I can interact with it using the FastMCP Python client. However, when launched via the VS Code MCP agent (using the "servers" config in settings.json), the agent gets stuck on:
Waiting for server to respond to initialize request...
I am trying to use a custom FastMCP server as a backend for the VS Code MCP agent. The server starts successfully, and I can interact with it using the FastMCP Python client. However, when launched via the VS Code MCP agent (using the "servers" config in settings.json), the agent gets stuck on:
Waiting for server to respond to
initializerequest...
Here is the config
Here is simple_server.py
The text was updated successfully, but these errors were encountered: