David Soria Parra
e56d91c4a9
feat: github workflows
...
Run clippy, tests and cargo fmt checks at PR and push time.
2025-02-21 20:39:05 +00:00
Kalvin Chau
ef9309cc78
test: add impl of list/get prompt to main.rs and stdio_integration to
...
test both new methods
2025-02-21 09:16:34 -08:00
Kalvin Chau
7afab42c61
feat: remove concrete impl of get_prompt and list_prompts, and require
...
implementing types to define them, similar to other methods
2025-02-21 09:14:32 -08:00
Kalvin Chau
22b11ea127
feat: handle JsonRpcMessage::Error messages to propagate to the user
2025-02-20 19:38:23 -08:00
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
Alex Hancock
fe1108c498
Merge pull request #1 from modelcontextprotocol/alexhancock/rust-sdk-init
...
Bring in mcp-* crates from goose as a starting point
2025-02-20 20:56:16 -05:00
Alex Hancock
79225a0d30
Address PR feedback and downgrade editions temporarily
2025-02-20 20:52:42 -05:00
Alex Hancock
3e3352dd8d
Update to brand new 2024 edition of rust
2025-02-20 14:09:25 -05:00
Alex Hancock
4554644a3a
Bring in mcp-* crates from goose as a starting point
2025-02-20 13:15:48 -05:00
David Soria Parra
91e8ba6363
Initial commit
2025-02-18 10:55:26 +00:00