Skip to content

Commit b2b92ae

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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Alan Donovan <adonovan@google.com>
1 parent 4264b03 commit b2b92ae

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

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)