kmcp 0.1.0

Kindly MCP - A Rust implementation of the Model Context Protocol with enhanced features
Documentation
# KMCP - Kindly MCP

A Rust implementation of the Model Context Protocol (MCP) with enhanced features for enterprise use.

## Status

🚧 This project is currently under development. The crate is reserved for the upcoming Kindly MCP implementation.

## Features (Planned)

- Full compatibility with the standard MCP protocol
- Enhanced performance through Rust's zero-cost abstractions
- Enterprise features including:
  - Synchronous tool calls
  - Nested tool calls (tools calling other tools)
  - Advanced error handling and recovery
  - Built-in security features

## Installation

```bash
cargo add kmcp
```

## License

Licensed under either of

 * Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.