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: docs/mcp.md
+68-7Lines changed: 68 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The Model Context Protocol (MCP) is a specification that allows AI assistants to
8
8
9
9
## Implementation
10
10
11
-
Waypoint uses [rmcp](https://github.com/modelcontextprotocol/rust-sdk) version **0.10.0**, the official Rust SDK for the Model Context Protocol. The implementation leverages the latest macro-based API patterns and the new **Streamable HTTP** transport (MCP spec version 2025-03-26):
11
+
Waypoint uses [rmcp](https://github.com/modelcontextprotocol/rust-sdk) version **0.14.0**, the official Rust SDK for the Model Context Protocol. The implementation leverages the latest macro-based API patterns and the new **Streamable HTTP** transport (MCP spec version 2025-03-26):
12
12
13
13
-**`#[tool_router]`**: Generates tool routing logic for service implementations
14
14
-**`#[prompt_router]`**: Generates prompt routing logic for service implementations
@@ -85,6 +85,61 @@ The Waypoint MCP integration provides the following tools to AI assistants:
85
85
86
86
> **Note**: This implementation provides access to Farcaster user data, casts, reactions, links, and verifications via a comprehensive interface. It allows accessing users by FID or username and supports exploring the social graph through follow relationships.
87
87
88
+
## Resources
89
+
90
+
Waypoint also exposes MCP resources that mirror tool outputs. These are read-only, JSON resources that can be fetched via `resources/read` with a `waypoint://` URI.
0 commit comments