| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-12 | 1.2 kB | |
| v0.12.3-beta.1 source code.tar.gz | 2026-05-12 | 14.4 MB | |
| v0.12.3-beta.1 source code.zip | 2026-05-12 | 15.3 MB | |
| Totals: 3 Items | 29.7 MB | 0 | |
What's Changed
Features
- Added MCP server support: Introduced a new MCP (Model Control Protocol) server with API endpoints for managing MCP settings and tokens, including authentication and token lifecycle management.
- MCP token personalization: Refactored MCP token storage to be user-specific, improving security and isolation by moving tokens from shared to personal database tables.
Fixes
- Security hardening: Resolved critical security issues across the Electron app and core packages, including updates to notarization scripts and dependency configurations to address vulnerabilities.
Improvements
- Updated dependencies: Upgraded Next.js to v16.2.6 across all apps and packages, along with minor patches for
kysely(v0.28.17) andmermaid(v11.15.0), improving stability and compatibility.
Internal
- Database migrations: Added new PostgreSQL and pglite migrations (
0009_personal_mcp_tokens.sql) to support the personal MCP token schema change.