mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
fix: revert github.com/mark3labs/mcp-go to 0.32.0 (#19578)
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.
This commit is contained in:
@@ -33,6 +33,7 @@ updates:
|
||||
- dependency-name: "*"
|
||||
update-types:
|
||||
- version-update:semver-patch
|
||||
- dependency-name: "github.com/mark3labs/mcp-go"
|
||||
|
||||
# Update our Dockerfile.
|
||||
- package-ecosystem: "docker"
|
||||
|
||||
Reference in New Issue
Block a user