mcp-protocol-client 0.1.0

Lightweight client library for the Model Context Protocol (MCP)
Documentation
# mcp-protocol-client

🚧 **Placeholder Crate - Implementation Coming Soon**

This crate is part of the [mcp-rust](https://github.com/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](https://crates.io/crates/mcp-protocol-sdk).

## For Now

Use the full SDK instead:

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

## Coming Soon

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

## Links

- [mcp-rust Organization]https://github.com/mcp-rust
- [Main SDK]https://github.com/mcp-rust/mcp-protocol-sdk
- [Documentation]https://docs.rs/mcp-protocol-sdk