git-mcp icon indicating copy to clipboard operation
git-mcp copied to clipboard

Why can't I use gitmcp normally with windsurf?

Open louischanz opened this issue 8 months ago • 1 comments

Here is the configuration content of my mcp_config.json in windsurf:

{
  "mcpServers": {
    "fastapi Docs": {
      "serverUrl": "https://gitmcp.io/fastapi/fastapi"
    },
    "sqlalchemy Docs": {
      "serverUrl": "https://gitmcp.io/sqlalchemy/sqlalchemy"
    },
    "pydantic Docs": {
      "serverUrl": "https://gitmcp.io/pydantic/pydantic"
    },
    "uvicorn Docs": {
      "serverUrl": "https://gitmcp.io/encode/uvicorn"
    },
    "python Docs": {
      "serverUrl": "https://gitmcp.io/python/cpython"
    },
    "starlette Docs": {
      "serverUrl": "https://gitmcp.io/encode/starlette"
    },
    "Telethon Docs": {
      "serverUrl": "https://gitmcp.io/LonamiWebs/Telethon"
    },
    "langgraph Docs": {
      "serverUrl": "https://gitmcp.io/langchain-ai/langgraph"
    }
  }
}

The feedback I received from windsurf was:

Image

louischanz avatar Apr 21 '25 19:04 louischanz

Thanks for reporting! I'm unable to reproduce this issue. It's possible Windsurf had some timeout and didn't gracefully recover by initializing a new SSE connection. Does restarting solve it/

idosal avatar Apr 22 '25 11:04 idosal