mirror of
https://github.com/coder/coder.git
synced 2026-06-07 15:08:20 +00:00
a2945b00fd
This PR reverts github.com/mark3labs/mcp-go to 0.32.0, which was the version used by https://github.com/coder/coder/pull/18670 that introduced MCP HTTP support in Coder, and ensures dependabot doesn't upgrade it automatically. A bug has been introduced in a recent version of mcp-go that causes some HTTP MCP requests to fail with the error message ``` [erro] coderd.mcp: Failed to handle sampling response: no active session found for session mcp-session-e3cb7333-284f-46bd-a009-d611f1b690f6 ``` The bug may be related to this issue: https://github.com/mark3labs/mcp-go/issues/554.