Skip to content

Commit 28cc5af

Browse files
committed
Fix README links
1 parent e4a5b43 commit 28cc5af

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MCP TypeScript SDK ![NPM Version](https://img.shields.io/npm/v/%40modelcontextprotocol%2Fsdk)
22

3-
TypeScript implementation of the Model Context Protocol (MCP), providing both client and server capabilities for integrating with LLM surfaces.
3+
TypeScript implementation of the [Model Context Protocol](https://modelcontextprotocol.io) (MCP), providing both client and server capabilities for integrating with LLM surfaces.
44

55
## Overview
66

@@ -96,11 +96,6 @@ const transport = new StdioServerTransport();
9696
await server.connect(transport);
9797
```
9898

99-
## Documentation
100-
101-
- [MCP Specification](https://modelcontextprotocol.github.io)
102-
- [Example Servers](https://github.com/modelcontextprotocol/example-servers)
103-
10499
## Contributing
105100

106101
Issues and pull requests are welcome on GitHub at https://github.com/modelcontextprotocol/typescript-sdk.

0 commit comments

Comments
 (0)