mcp-protocol-client 0.1.0

Lightweight client library for the Model Context Protocol (MCP)
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 1 items with examples
  • Size
  • Source code size: 3 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.17 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Rishirandhawa

mcp-protocol-client

🚧 Placeholder Crate - Implementation Coming Soon

This crate is part of the mcp-rust organization and will provide lightweight client-only functionality for the Model Context Protocol (MCP).

Status

This is currently a placeholder to reserve the crate name. The implementation will be available soon as we extract client functionality from the main mcp-protocol-sdk.

For Now

Use the full SDK instead:

[dependencies]
mcp-protocol-sdk = "0.1.0"

Coming Soon

[dependencies]
mcp-protocol-client = "0.1.0"  # Lightweight client-only

Links