Skip to content

Commit 24fc13e

Browse files
authored
cleanup: remove reference to deleted jsonschema package
Signed-off-by: Brad Hoekstra <bhoekstra@google.com>
1 parent a3935c6 commit 24fc13e

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,12 @@ open-ended discussion. See [CONTRIBUTING.md](/CONTRIBUTING.md) for details.
3333

3434
## Package documentation
3535

36-
The SDK consists of three importable packages:
36+
The SDK consists of two importable packages:
3737

3838
- The
3939
[`github.com/modelcontextprotocol/go-sdk/mcp`](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk/mcp)
4040
package defines the primary APIs for constructing and using MCP clients and
4141
servers.
42-
- The
43-
[`github.com/modelcontextprotocol/go-sdk/jsonschema`](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk/jsonschema)
44-
package provides an implementation of [JSON
45-
Schema](https://json-schema.org/), used for MCP tool input and output schema.
4642
- The
4743
[`github.com/modelcontextprotocol/go-sdk/jsonrpc`](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk/jsonrpc) package is for users implementing
4844
their own transports.

internal/readme/README.src.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,12 @@ open-ended discussion. See [CONTRIBUTING.md](/CONTRIBUTING.md) for details.
3232

3333
## Package documentation
3434

35-
The SDK consists of three importable packages:
35+
The SDK consists of two importable packages:
3636

3737
- The
3838
[`github.com/modelcontextprotocol/go-sdk/mcp`](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk/mcp)
3939
package defines the primary APIs for constructing and using MCP clients and
4040
servers.
41-
- The
42-
[`github.com/modelcontextprotocol/go-sdk/jsonschema`](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk/jsonschema)
43-
package provides an implementation of [JSON
44-
Schema](https://json-schema.org/), used for MCP tool input and output schema.
4541
- The
4642
[`github.com/modelcontextprotocol/go-sdk/jsonrpc`](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk/jsonrpc) package is for users implementing
4743
their own transports.

0 commit comments

Comments
 (0)