No description
Find a file
Kalvin Chau 08b73f3001 feat: add prompts support to mcp-client, ahere to MCP spec for prompts
- add new endpoints `list_prompts` and `get_prompt` in the MCP client
- update prompt model in mcp-core to make `description` and `arguments`
  optional, following MCP spec
2025-02-20 19:38:19 -08:00
crates feat: add prompts support to mcp-client, ahere to MCP spec for prompts 2025-02-20 19:38:19 -08:00
.gitignore Initial commit 2025-02-18 10:55:26 +00:00
Cargo.toml Address PR feedback and downgrade editions temporarily 2025-02-20 20:52:42 -05:00
LICENSE Initial commit 2025-02-18 10:55:26 +00:00
README.md Initial commit 2025-02-18 10:55:26 +00:00

rust-sdk

The official Rust SDK for the Model Context Protocol