mcpr 0.0.2
- Added support for
ellmer::tool
mcpr 0.0.1
Major Changes
- Added comprehensive client support for interacting with MCP servers:
-
new_client()
for creating client connections to both local process and HTTP servers -
initialize()
for initializing client connections -
tools_list()
andtools_call()
for discovering and using server tools -
prompts_list()
andprompts_get()
for working with server prompts -
resources_list()
andresources_read()
for accessing server resources
-
- Renamed
new_mcp()
(deprecated) tonew_server()
for clarity - Added example implementations for both server and client
- Added client usage vignette
- Fix major issue with
serve_http()