Skip to content

Commit eaa9d58

Browse files
committed
[Doc] Update links of the MCP specification
Follow-up to modelcontextprotocol/modelcontextprotocol@0695a497. This PR updates URLs that were changed due to the redesign of the MCP website: https://modelcontextprotocol.io
1 parent eb6156c commit eaa9d58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ MCP::Server.protocol_version = nil
340340

341341
If an invalid `protocol_version` value is set, an `ArgumentError` is raised.
342342

343-
Be sure to check the [MCP spec](https://modelcontextprotocol.io/specification) for the protocol version to understand the supported features for the version being set.
343+
Be sure to check the [MCP spec](https://modelcontextprotocol.io/specification/versioning) for the protocol version to understand the supported features for the version being set.
344344

345345
### Exception Reporting
346346

@@ -364,7 +364,7 @@ If no exception reporter is configured, a default no-op reporter is used that si
364364

365365
## Tools
366366

367-
MCP spec includes [Tools](https://modelcontextprotocol.io/docs/concepts/tools) which provide functionality to LLM apps.
367+
MCP spec includes [Tools](https://modelcontextprotocol.io/specification/2025-06-18/server/tools) which provide functionality to LLM apps.
368368

369369
This gem provides a `MCP::Tool` class that can be used to create tools in two ways:
370370

@@ -427,7 +427,7 @@ Annotations can be set either through the class definition using the `annotation
427427

428428
## Prompts
429429

430-
MCP spec includes [Prompts](https://modelcontextprotocol.io/docs/concepts/prompts), which enable servers to define reusable prompt templates and workflows that clients can easily surface to users and LLMs.
430+
MCP spec includes [Prompts](https://modelcontextprotocol.io/specification/2025-06-18/server/prompts), which enable servers to define reusable prompt templates and workflows that clients can easily surface to users and LLMs.
431431

432432
The `MCP::Prompt` class provides two ways to create prompts:
433433

@@ -550,7 +550,7 @@ This is to avoid potential issues with metric cardinality
550550

551551
## Resources
552552

553-
MCP spec includes [Resources](https://modelcontextprotocol.io/docs/concepts/resources)
553+
MCP spec includes [Resources](https://modelcontextprotocol.io/specification/2025-06-18/server/resources).
554554

555555
The `MCP::Resource` class provides a way to register resources with the server.
556556

0 commit comments

Comments
 (0)