release v0.3.0
What's Changed
✨ New Features
- Tool Parameters Display - Tools modal now shows parameter table with name, type, description and required field
markers (*) - Service Version Auto-Detection - Automatically captures and updates service version from MCP Initialize handshake
for all service types (stdio/sse/http) - Version Badge - Service version is now displayed in the tools modal header
🔧 Improvements
- Independent Tools Cache - Separated tools caching from health check with dedicated
ToolsCacheManager(10min
TTL) - Unified Version Update Logic - Consolidated version update code into single location
- Client Version Passthrough - MCP clients connecting to one-mcp proxy now receive the correct upstream service
version
🐛 Bug Fixes
- Fixed tool count showing on card but tools not displaying in modal
- Fixed version not being passed to MCP clients through proxy
Full Changelog: v0.2.6...v0.3.0