Skip to content

Commit fc40520

Browse files
committed
Remove reference to deleted jsonschema package.
Signed-off-by: Brad Hoekstra <[email protected]>
1 parent be0a00c commit fc40520

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
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.

0 commit comments

Comments
 (0)