Skip to content

Commit b6ff505

Browse files
committed
internal/mcp: remove stale TODOs in mcp.go
Change-Id: Ia91e9e9c0c94a3e0b511fc14b673ff79ac6affad Reviewed-on: https://go-review.googlesource.com/c/tools/+/682936 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent f2685fc commit b6ff505

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

internal/mcp/mcp.go

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,4 @@
3636
// hanging GET request, and writes them to a POST endpoint. Users of this SDK
3737
// may define their own custom Transports by implementing the [Transport]
3838
// 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.
5239
package mcp

0 commit comments

Comments
 (0)