<p align="center">
<img src="imgs/mcp_logo.png" alt="mcp_logo" style="width: 15%; margin-right:3%;" />
<img src="imgs/plus.svg" alt="plus_svg" style="width: 10%; margin-bottom: 2%;" />
<img src="imgs/rust_logo.png" alt="rust_logo" style="width: 15%; margin-left:3%;" />
</p>
<p align="center">
<h1 align="center">MCP Core</h1>
<p align="center">
A Rust library implementing the <a href="https://modelcontextprotocol.io/introduction">Modern Context Protocol (MCP)</a>
</p>
<p align="center">
<a href="https://github.com/stevohuncho/mcp-core"><img src="https://img.shields.io/github/stars/stevohuncho/mcp-core?style=social" alt="stars" /></a>
<a href="https://crates.io/crates/mcp-core"><img src="https://img.shields.io/crates/v/mcp-core" alt="Crates.io" /></a>
</p>
## Installation
Use the `cargo add` command to automatically add it to your `Cargo.toml`
```bash
cargo add mcp_core
```
Or add `mcp_core` to your `Cargo.toml` dependencies directly
```toml
[dependencies]
mcp_core = "0.1.0"
```