| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mcp-framework_ v0.2.19 source code.tar.gz | 2026-04-01 | 254.2 kB | |
| mcp-framework_ v0.2.19 source code.zip | 2026-04-01 | 351.0 kB | |
| README.md | 2026-04-01 | 3.4 kB | |
| Totals: 3 Items | 608.6 kB | 0 | |
0.2.19 (2026-04-01)
Features
- add @mcp-framework/docs package (6bfa4f4)
- add @mcp-framework/docs package for documentation MCP servers (ed62bdd)
- add completion and resource template support (d8bd6a9)
- Add completion and resource template support (c42c4e2)
- add sampling support to tools (3a31cef)
Bug Fixes
- add helpful error for incorrect schema format and update CLI templates (254db89)
- add helpful error for incorrect schema format and update CLI templates to Zod-first (96a8c70), closes #121
- dynamically resolve CLI and template version from package.json (fb79eb6)
- dynamically resolve CLI and template version from package.json (767be41), closes #117
- improve path resolution for npx and non-standard entry points (8baf8e1)
- improve path resolution for npx and non-standard entry points (ced79f1), closes #82
- support .ts file extensions in loaders for tsx compatibility (7add2f7)
- support .ts file extensions in loaders for tsx compatibility (9369512), closes #65
- use shared DEFAULT_CORS_CONFIG in HTTP stream transport (a2d93a0)
- use shared DEFAULT_CORS_CONFIG in HTTP stream transport (3f7beaa), closes #93
- validate descriptions on nested object fields in Zod schemas (04ca64f)
- validate descriptions on nested object fields in Zod schemas (c719374), closes #34