π First Production Release
β¨ Features
- Dual Protocol Support: REST API + MCP endpoints
- Fuzzy Search: Handles typos with 80% similarity threshold
- Health Monitoring: New
get_healthMCP tool (no auth required) - Multi-Client Support: Works with Claude Code, VS Code Copilot
- Hot Reload: Automatic data refresh when acronyms file changes
- Comprehensive Docs: MCP Integration Guide for developers
π§ MCP Tools
search_acronyms- Protected search with fuzzy matchingget_health- Public server health monitoring (NEW!)
π Stats
- 43 tests passing
- 2 MCP tools
- 3 sample acronyms (more coming!)
- 100% Claude Code compatible
π Quick Start
git clone https://github.com/dzivkovi/siemens-acronyms-mcp.git
cd siemens-acronyms-mcp
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
uvicorn src.main:app --reloadπ What's Changed
- Added
get_healthMCP tool for monitoring - Created MCP Integration Guide
- Improved Claude workflow commands
- Enhanced documentation
Full Changelog: v0.2.0-design-ready...v1.0.0