From 01991e75d682fa47b789555825895f2e1e1bb732 Mon Sep 17 00:00:00 2001 From: Nicolas Pellegrin <875560+npellegrin@users.noreply.github.com> Date: Tue, 23 Dec 2025 15:39:05 +0100 Subject: [PATCH] docs: update README external links --- README.md | 4 ++-- docs/OAUTH_SUPPORT.md | 4 ++-- docs/readme/README.zh-cn.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 50dd1d78..25be28af 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,8 @@ See [oauth_support](docs/OAUTH_SUPPORT.md) for details. ## Related Resources -- [MCP Specification](https://spec.modelcontextprotocol.io/specification/2024-11-05/) -- [Schema](https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.ts) +- [MCP Specification](https://modelcontextprotocol.io/specification/2025-11-25) +- [Schema](https://github.com/modelcontextprotocol/specification/blob/main/schema/2025-11-25/schema.ts) ## Related Projects diff --git a/docs/OAUTH_SUPPORT.md b/docs/OAUTH_SUPPORT.md index 152e535c..112caa36 100644 --- a/docs/OAUTH_SUPPORT.md +++ b/docs/OAUTH_SUPPORT.md @@ -1,6 +1,6 @@ # Model Context Protocol OAuth Authorization -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/). +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/). ## Features @@ -117,7 +117,7 @@ If you encounter authorization issues, check the following: ## References -- [MCP Authorization Specification](https://spec.modelcontextprotocol.io/specification/2025-03-26/basic/authorization/) +- [MCP Authorization Specification](https://modelcontextprotocol.io/specification/2025-03-26/basic/authorization/) - [OAuth 2.1 Specification Draft](https://oauth.net/2.1/) - [RFC 8414: OAuth 2.0 Authorization Server Metadata](https://datatracker.ietf.org/doc/html/rfc8414) - [RFC 7591: OAuth 2.0 Dynamic Client Registration Protocol](https://datatracker.ietf.org/doc/html/rfc7591) diff --git a/docs/readme/README.zh-cn.md b/docs/readme/README.zh-cn.md index 9af7d1b3..edd01ad6 100644 --- a/docs/readme/README.zh-cn.md +++ b/docs/readme/README.zh-cn.md @@ -106,8 +106,8 @@ let quit_reason = server.cancel().await?; ## 相关资源 -- [MCP Specification](https://spec.modelcontextprotocol.io/specification/2024-11-05/) -- [Schema](https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.ts) +- [MCP Specification](https://modelcontextprotocol.io/specification/2025-11-25) +- [Schema](https://github.com/modelcontextprotocol/specification/blob/main/schema/2025-11-25/schema.ts) ## 相关项目 - [containerd-mcp-server](https://github.com/jokemanfire/mcp-containerd) - 基于 containerd 实现的 MCP 服务