From 961e49423028cab3d3aa1323a32e0561e5174d28 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Sun, 24 Nov 2024 14:29:56 -0600 Subject: [PATCH] Add links to docs in README Matches the python-sdk repo. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e774a10..8a427b8 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,12 @@ const transport = new StdioServerTransport(); await server.connect(transport); ``` +## Documentation + +- [Model Context Protocol documentation](https://modelcontextprotocol.io) +- [MCP Specification](https://spec.modelcontextprotocol.io) +- [Example Servers](https://github.com/modelcontextprotocol/servers) + ## Contributing Issues and pull requests are welcome on GitHub at https://github.com/modelcontextprotocol/typescript-sdk.