You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an invalid `protocol_version` value is set, an `ArgumentError` is raised.
342
342
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.
344
344
345
345
### Exception Reporting
346
346
@@ -364,7 +364,7 @@ If no exception reporter is configured, a default no-op reporter is used that si
364
364
365
365
## Tools
366
366
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.
368
368
369
369
This gem provides a `MCP::Tool` class that can be used to create tools in two ways:
370
370
@@ -427,7 +427,7 @@ Annotations can be set either through the class definition using the `annotation
427
427
428
428
## Prompts
429
429
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.
431
431
432
432
The `MCP::Prompt` class provides two ways to create prompts:
433
433
@@ -550,7 +550,7 @@ This is to avoid potential issues with metric cardinality
550
550
551
551
## Resources
552
552
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).
554
554
555
555
The `MCP::Resource` class provides a way to register resources with the server.
0 commit comments