Skip to content

v1.1.0 - Major Dependency Updates

Choose a tag to compare

@luw2007 luw2007 released this 11 Dec 16:19
· 11 commits to master since this release

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.0
  • prettier: 3.6.2 → 3.7.4
  • c8: 9.1.0 → 10.1.3
  • eslint-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