Skip to content

Commit c4b1485

Browse files
committed
docs: update README external links
1 parent 621c9f6 commit c4b1485

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ See [oauth_support](docs/OAUTH_SUPPORT.md) for details.
116116

117117
## Related Resources
118118

119-
- [MCP Specification](https://spec.modelcontextprotocol.io/specification/2024-11-05/)
120-
- [Schema](https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.ts)
119+
- [MCP Specification](https://modelcontextprotocol.io/specification/2025-11-25)
120+
- [Schema](https://github.com/modelcontextprotocol/specification/blob/main/schema/2025-11-25/schema.ts)
121121

122122
## Related Projects
123123

docs/OAUTH_SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Model Context Protocol OAuth Authorization
22

3-
This document describes the OAuth 2.1 authorization implementation for Model Context Protocol (MCP), following the [MCP 2025-03-26 Authorization Specification](https://spec.modelcontextprotocol.io/specification/2025-03-26/basic/authorization/).
3+
This document describes the OAuth 2.1 authorization implementation for Model Context Protocol (MCP), following the [MCP 2025-03-26 Authorization Specification](https://modelcontextprotocol.io/specification/2025-03-26/basic/authorization/).
44

55
## Features
66

@@ -117,7 +117,7 @@ If you encounter authorization issues, check the following:
117117

118118
## References
119119

120-
- [MCP Authorization Specification](https://spec.modelcontextprotocol.io/specification/2025-03-26/basic/authorization/)
120+
- [MCP Authorization Specification](https://modelcontextprotocol.io/specification/2025-03-26/basic/authorization/)
121121
- [OAuth 2.1 Specification Draft](https://oauth.net/2.1/)
122122
- [RFC 8414: OAuth 2.0 Authorization Server Metadata](https://datatracker.ietf.org/doc/html/rfc8414)
123123
- [RFC 7591: OAuth 2.0 Dynamic Client Registration Protocol](https://datatracker.ietf.org/doc/html/rfc7591)

docs/readme/README.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ let quit_reason = server.cancel().await?;
106106

107107
## 相关资源
108108

109-
- [MCP Specification](https://spec.modelcontextprotocol.io/specification/2024-11-05/)
109+
- [MCP Specification](https://modelcontextprotocol.io/specification/2024-11-05/)
110110
- [Schema](https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.ts)
111111

112112
## 相关项目

0 commit comments

Comments
 (0)