Skip to content

Commit 2e4e80f

Browse files
committed
[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.
1 parent 645386e commit 2e4e80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mcp/server_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class ServerTest < ActiveSupport::TestCase
7272
)
7373
end
7474

75-
# https://spec.MCP.io/specification/2025-03-26/basic/utilities/ping/#behavior-requirements
75+
# https://modelcontextprotocol.io/specification/2025-06-18/basic/utilities/ping#behavior-requirements
7676
test "#handle ping request returns empty response" do
7777
request = {
7878
jsonrpc: "2.0",

0 commit comments

Comments
 (0)