mcp-protocol-server 0.1.0

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

🚧 **Placeholder Crate - Implementation Coming Soon**

This crate is part of the [mcp-rust](https://github.com/mcp-rust) organization and will provide lightweight server-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 server 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-server = "0.1.0"  # Lightweight server-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