@modelcontextprotocol/sdk 0.7.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -96,6 +96,12 @@ const transport = new StdioServerTransport();
|
|
|
96
96
|
await server.connect(transport);
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
+
## Documentation
|
|
100
|
+
|
|
101
|
+
- [Model Context Protocol documentation](https://modelcontextprotocol.io)
|
|
102
|
+
- [MCP Specification](https://spec.modelcontextprotocol.io)
|
|
103
|
+
- [Example Servers](https://github.com/modelcontextprotocol/servers)
|
|
104
|
+
|
|
99
105
|
## Contributing
|
|
100
106
|
|
|
101
107
|
Issues and pull requests are welcome on GitHub at https://github.com/modelcontextprotocol/typescript-sdk.
|