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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ transport = MCP::Server::Transports::StreamableHTTPTransport.new(server, statele
163
163
#### Rails Controller
164
164
165
165
When added to a Rails controller on a route that handles POST requests, your server will be compliant with non-streaming
166
-
[Streamable HTTP](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#streamable-http) transport
166
+
[Streamable HTTP](https://modelcontextprotocol.io/specification/latest/basic/transports#streamable-http) transport
167
167
requests.
168
168
169
169
You can use the `Server#handle_json` method to handle requests.
@@ -384,7 +384,7 @@ If no exception reporter is configured, a default no-op reporter is used that si
384
384
385
385
### Tools
386
386
387
-
MCP spec includes [Tools](https://modelcontextprotocol.io/specification/2025-06-18/server/tools) which provide functionality to LLM apps.
387
+
MCP spec includes [Tools](https://modelcontextprotocol.io/specification/latest/server/tools) which provide functionality to LLM apps.
388
388
389
389
This gem provides a `MCP::Tool` class that can be used to create tools in three ways:
390
390
@@ -582,7 +582,7 @@ end
582
582
Please note: in this case, you must provide `type: "array"`. The default type
583
583
for output schemas is `object`.
584
584
585
-
MCP spec for the [Output Schema](https://modelcontextprotocol.io/specification/2025-06-18/server/tools#output-schema) specifies that:
585
+
MCP spec for the [Output Schema](https://modelcontextprotocol.io/specification/latest/server/tools#output-schema) specifies that:
586
586
587
587
-**Server Validation**: Servers MUST provide structured results that conform to the output schema
588
588
-**Client Validation**: Clients SHOULD validate structured results against the output schema
@@ -651,7 +651,7 @@ end
651
651
652
652
### Prompts
653
653
654
-
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.
654
+
MCP spec includes [Prompts](https://modelcontextprotocol.io/specification/latest/server/prompts), which enable servers to define reusable prompt templates and workflows that clients can easily surface to users and LLMs.
655
655
656
656
The `MCP::Prompt` class provides three ways to create prompts:
657
657
@@ -814,7 +814,7 @@ This is to avoid potential issues with metric cardinality
814
814
815
815
### Resources
816
816
817
-
MCP spec includes [Resources](https://modelcontextprotocol.io/specification/2025-06-18/server/resources).
817
+
MCP spec includes [Resources](https://modelcontextprotocol.io/specification/latest/server/resources).
0 commit comments