Describe the bug
The github_support_docs_search tool returns error while being called with any input.
Error message is: Failed to perform support search
Affected version
Version: github-mcp-server/remote-3242d9e12bd9ffa96a76388614e42ce90d05f764
Steps to reproduce the behavior
- Run
npx @modelcontextprotocol/inspector
- Transport Type:
Streamable HTTP
- URL:
https://api.githubcopilot.com/mcp/x/github_support_docs_search
- Connection Type:
Via Proxy
- Authentication -> Authorization:
Bearer PAT
- Connect
- Choose the
Tools tab
- List Tools
- Select
github_support_docs_search
- Write an input like:
Which models are available in GitHub Copilot?
- Run Tool
- Check the error
Expected vs actual behavior
The expected output is a json response with the relevant documentation but the current output is an error.
Logs
New StreamableHttp connection request
Query parameters: {"url":"https://api.githubcopilot.com/mcp/x/github_support_docs_search","transportType":"streamable-http"}
Created StreamableHttp client transport
Client <-> Proxy sessionId: b96345d6-535f-4ffa-909f-21e36995ffb1
Error from MCP server: TypeError: Response constructor: Invalid response status code 204
at webidl.errors.exception (node:internal/deps/undici/undici:4723:14)
at initializeResponse (node:internal/deps/undici/undici:10792:31)
at new Response (node:internal/deps/undici/undici:10532:9)
at file:///C:/Users/XXXX/AppData/Local/npm-cache/_npx/5a9d879542beca3a/node_modules/@modelcontextprotocol/inspector/server/build/index.js:324:20
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async StreamableHTTPClientTransport.terminateSession
Describe the bug
The github_support_docs_search tool returns error while being called with any input.
Error message is: Failed to perform support search
Affected version
Version:
github-mcp-server/remote-3242d9e12bd9ffa96a76388614e42ce90d05f764Steps to reproduce the behavior
npx @modelcontextprotocol/inspectorStreamable HTTPhttps://api.githubcopilot.com/mcp/x/github_support_docs_searchVia ProxyBearer PATToolstabgithub_support_docs_searchWhich models are available in GitHub Copilot?Expected vs actual behavior
The expected output is a json response with the relevant documentation but the current output is an error.
Logs