##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.