Skip to content

Commit b780f1b

Browse files
authored
Fix jsonrpc path and url (#128)
jsonrpc's github path notation and pkg.go.dev link url are broken.
1 parent d570022 commit b780f1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The SDK consists of three importable packages:
4343
package provides an implementation of [JSON
4444
Schema](https://json-schema.org/), used for MCP tool input and output schema.
4545
- The
46-
[`github.com/modelcontextprotocol/jsonrpc`](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk/jsonschema) package is for users implementing
46+
[`github.com/modelcontextprotocol/go-sdk/jsonrpc`](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk/jsonrpc) package is for users implementing
4747
their own transports.
4848

4949

internal/readme/README.src.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The SDK consists of three importable packages:
4242
package provides an implementation of [JSON
4343
Schema](https://json-schema.org/), used for MCP tool input and output schema.
4444
- The
45-
[`github.com/modelcontextprotocol/jsonrpc`](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk/jsonschema) package is for users implementing
45+
[`github.com/modelcontextprotocol/go-sdk/jsonrpc`](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk/jsonrpc) package is for users implementing
4646
their own transports.
4747

4848

0 commit comments

Comments
 (0)