We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2685fc commit b6ff505Copy full SHA for b6ff505
internal/mcp/mcp.go
@@ -36,17 +36,4 @@
36
// hanging GET request, and writes them to a POST endpoint. Users of this SDK
37
// may define their own custom Transports by implementing the [Transport]
38
// interface.
39
-//
40
-// # TODO
41
42
-// - Support all content types.
43
-// - Support pagination.
44
-// - Support completion.
45
-// - Support oauth.
46
-// - Support all client/server operations.
47
-// - Pass the client connection in the context.
48
-// - Support streamable HTTP transport.
49
-// - Support multiple versions of the spec.
50
-// - Implement full JSON schema support, with both client-side and
51
-// server-side validation.
52
package mcp
0 commit comments