intermcp 0.2.0

Ultra-fast, safe Model Context Protocol (MCP) engine and multiplexing hub in pure Rust, built for Interlayer Blockchain and open for all
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Description
<!-- Briefly describe the changes introduced by this pull request. -->

## Type of Change
- [ ] ๐Ÿ› Bug fix (non-breaking change which fixes an issue)
- [ ] โœจ New feature / New tool (non-breaking change which adds functionality)
- [ ] โšก Performance optimization
- [ ] ๐Ÿ“ Documentation update
- [ ] ๐Ÿงช Tests / CI improvements

## Checklist:
- [ ] My code follows the code style of this project (`cargo fmt`).
- [ ] I have run `cargo clippy` and resolved any warnings.
- [ ] I have added tests that prove my fix is effective or that my feature works (`cargo test`).
- [ ] I have tested this tool locally with `intermcp test-tool <tool_name>` or `intermcp doctor`.
- [ ] All stdout logging is routed to `stderr` (preserving JSON-RPC stdio protocol integrity).
- [ ] I have updated the documentation accordingly if applicable.