From 1b87b3ffde7826e12d6666f82d66dc588f26f4eb Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Wed, 11 Jun 2025 00:04:35 +0900 Subject: [PATCH] [Doc] Update the MCP spec URL https://spec.modelcontextprotocol.io/specification/2024-11-05/ URL is redirected to https://modelcontextprotocol.io/specification/2025-03-26 This update avoids unnecessary redirects from the old URL to the new URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84eb8938..eda7dfc3 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ This will make all new server instances use the specified protocol version inste MCP::Server.protocol_version = nil ``` -Be sure to check the [MCP spec](https://spec.modelcontextprotocol.io/specification/2024-11-05/) for the protocol version to understand the supported features for the version being set. +Be sure to check the [MCP spec](https://modelcontextprotocol.io/specification/2025-03-26) for the protocol version to understand the supported features for the version being set. ### Exception Reporting