v1.1.0 - Major Dependency Updates
What's Changed
🔄 Major Dependency Upgrades
This release brings the MCP Server up-to-date with the latest Model Context Protocol specification and fixes a critical test execution issue.
Updated Dependencies:
@modelcontextprotocol/sdk: 0.5.0 → 1.24.3 (MCP spec 2025-11-25)winston: 3.18.3 → 3.19.0prettier: 3.6.2 → 3.7.4c8: 9.1.0 → 10.1.3eslint-config-prettier: 9.1.2 → 10.1.8
🐛 Bug Fixes
- Fixed test hanging issue: Server now only starts when run directly, not during module imports
- Tests now exit cleanly after completion
✅ Compatibility
- Fully compatible with MCP SDK 1.24.3
- All tests passing (4/4)
- No breaking changes for existing users
📦 Installation
```bash
npm install -g skim-mcp-server@1.1.0
```
or update your existing installation:
```bash
npm update -g skim-mcp-server
```
Full Changelog: v1.0.4...v1.1.0