From 2e4e80f7276d72e89f0c8264d0e44a6a3c2d1930 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Thu, 7 Aug 2025 12:44:17 +0900 Subject: [PATCH] [Doc] Fix an incorrect URL This PR fixes the following incorrect URL: https://spec.MCP.io/specification/2025-03-26/basic/utilities/ping/#behavior-requirements The specification version used in the official links follows "2025-06-18," which is the version consistently used throughout the README.md. --- test/mcp/server_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mcp/server_test.rb b/test/mcp/server_test.rb index ef966daa..14d8cc55 100644 --- a/test/mcp/server_test.rb +++ b/test/mcp/server_test.rb @@ -72,7 +72,7 @@ class ServerTest < ActiveSupport::TestCase ) end - # https://spec.MCP.io/specification/2025-03-26/basic/utilities/ping/#behavior-requirements + # https://modelcontextprotocol.io/specification/2025-06-18/basic/utilities/ping#behavior-requirements test "#handle ping request returns empty response" do request = { jsonrpc: "2.0",