We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387ac10 commit 5392aabCopy full SHA for 5392aab
1 file changed
internal/mcp/http_transport.go
@@ -32,9 +32,10 @@ const (
32
HTTPTransportSSE HTTPTransportType = "sse"
33
// HTTPTransportPlainJSON uses plain JSON-RPC 2.0 over HTTP POST (non-standard)
34
HTTPTransportPlainJSON HTTPTransportType = "plain-json"
35
- sessionNotFoundMessage = "session not found"
36
)
37
+const sessionNotFoundMessage = "session not found"
38
+
39
// MCPProtocolVersion is the MCP protocol version used only by the plain JSON-RPC
40
// fallback path in this package. Streamable and SSE transports are SDK-managed
41
// and negotiate protocol versions internally.
0 commit comments