Model Context Protocol server implementation
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-mcp = "0.1"
```
```rust
use ricecoder_mcp::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-mcp).
MIT