mcp-framework

AIMIT

mcp-framework release notes.

Latest 0.2.22 · by QuantGeekDevWritten in TypeScriptWebsitequantgeekdev/mcp-frameworkRSS

Release activity

Release activity — 7 releases across 6 days in the last year. Each cell is one day; darker means more releases that day. Older weeks are hidden at this screen width.
JunJulAugSep
SundayNo releases on May 24, 2026No releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026No releases on Aug 16, 2026No releases on Aug 23, 2026No releases on Aug 30, 2026No releases on Sep 6, 2026
MondayNo releases on May 25, 2026No releases on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026No releases on Aug 17, 2026No releases on Aug 24, 2026No releases on Aug 31, 2026
TuesdayNo releases on May 26, 2026No releases on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026No releases on Aug 18, 2026No releases on Aug 25, 2026No releases on Sep 1, 2026
WednesdayNo releases on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026No releases on Aug 12, 2026No releases on Aug 19, 2026No releases on Aug 26, 2026No releases on Sep 2, 2026
ThursdayNo releases on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026No releases on Aug 13, 2026No releases on Aug 20, 2026No releases on Aug 27, 2026No releases on Sep 3, 2026
FridayNo releases on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026No releases on Aug 14, 2026No releases on Aug 21, 2026No releases on Aug 28, 2026No releases on Sep 4, 2026
SaturdayNo releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026No releases on Aug 15, 2026No releases on Aug 22, 2026No releases on Aug 29, 2026No releases on Sep 5, 2026

7 releases in the last year, busiest day 2

Changelog

0.2.22Latest

mcp-framework: v0.2.22

Added 3
  • Add SATP agent trust verification provider to auth module
  • Support `mcp create .` to scaffold in current directory
  • Skip git init in existing repos and add unit tests for create
Fixed 2
  • Add mcp-framework CLI alias and PATH conflict detection
  • Enforce maxMessageSize in readRequestBody

From mcp-framework

0.2.22 (2026-04-05)
Features
  • auth: add SATP agent trust verification provider (57c9679)
  • auth: add SATP agent trust verification provider (cc0135b), closes #142
  • skip git init in existing repos and add unit tests for create . (879cd8b)
  • support mcp create . to scaffold in current directory (1993394)
  • support mcp create . to scaffold in current directory (300d89e), closes #78
Bug Fixes
  • add mcp-framework CLI alias and PATH conflict detection (b543447)
  • add mcp-framework CLI alias and PATH conflict detection (#53) (2c5a1ca)
  • enforce maxMessageSize in readRequestBody (7665c66)
  • enforce maxMessageSize in readRequestBody (f97d2bb)
View originalPermalink
How 0.2.22 went
0.2.21

mcp-framework: v0.2.21

Added 1
  • Add health endpoint for SSE and HTTP Stream transports

From mcp-framework

0.2.21 (2026-04-02)
Features
  • add health endpoint for SSE and HTTP Stream transports (8f21477)
  • add health endpoint for SSE and HTTP Stream transports (f165b99), closes #62
View originalPermalink
How 0.2.21 went
0.2.20

mcp-framework: v0.2.20

Added 7
  • Add elicitation support and upgrade SDK to 1.29.0
  • Add Lambda/serverless support with handleRequest() and createLambdaHandler()
  • Add MCP Apps support with interactive UI from tools
  • Add React support for MCP Apps
  • Add multi-transport support for concurrent stdio/SSE/HTTP Stream
  • Implement MCP 2025-11-25 spec compliance
  • Rename CLI to create-docs-mcp and publish @mcpframework/docs
Fixed 6
  • Add Bearer header and query param fallbacks for API key auth
  • Handle ZodNullable and ZodDefault in legacy schema optionality check
  • Improve basePath resolution for npx execution support
  • Fix optional fields marked as required in legacy schema format
  • Refactor SSE transport to use per-session SDK server instances
  • Remove duplicate OAuth section and fix naming inconsistencies in README

From mcp-framework

0.2.20 (2026-04-02)
Features
  • add elicitation support and upgrade SDK to 1.29.0 (652694d)
  • add Lambda/serverless support (handleRequest + createLambdaHandler) (d3e0459)
  • add Lambda/serverless support with handleRequest() and createLambdaHandler() (bec59ab)
  • add MCP Apps support (interactive UI from tools) (277b511)
  • add MCP Apps support (interactive UI from tools) (571b365)
  • add multi-transport support for concurrent stdio/SSE/HTTP Stream (#124) (b7da217)
  • add React support for MCP Apps (a385629)
  • add React support for MCP Apps (4ea299f)
  • implement MCP 2025-11-25 spec compliance (18 tickets) (91c2233)
  • multi-transport support for concurrent stdio/SSE/HTTP Stream (d6353a6)
  • rename CLI to create-docs-mcp and publish @mcpframework/docs (9ddd03f)
Bug Fixes
  • add Bearer header and query param fallbacks for API key auth (8002267), closes #80
  • API key auth fallbacks for SSE clients without custom headers (298799f)
  • handle ZodNullable and ZodDefault in legacy schema optionality check (5fcd54d), closes #118
  • improve basePath resolution for npx execution support (bff2347)
  • improve basePath resolution for npx execution support (6402c82)
  • optional fields marked as required in legacy schema format (ab70a36)
  • refactor SSE transport to use per-session SDK server instances (2396a34), closes #90
  • remove duplicate OAuth section and fix naming inconsistencies in README (352152d)
  • remove duplicate OAuth section and fix naming inconsistencies in README (83923bf)
  • SSE transport per-session isolation (n8n compat) (67494c1)
View originalPermalink
How 0.2.20 went
0.2.19

mcp-framework: v0.2.19

Added 3
  • Add @mcp-framework/docs package for documentation MCP servers
  • Add completion and resource template support
  • Add sampling support to tools
Fixed 6
  • Add helpful error for incorrect schema format and update CLI templates to Zod-first
  • Dynamically resolve CLI and template version from package.json
  • Improve path resolution for npx and non-standard entry points
  • Support .ts file extensions in loaders for tsx compatibility
  • Use shared DEFAULT_CORS_CONFIG in HTTP stream transport
  • Validate descriptions on nested object fields in Zod schemas

From mcp-framework

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
View originalPermalink
How 0.2.19 went
0.2.18

mcp-framework: v0.2.18

Fixed 1
  • Prevent session destruction on transient errors in http-stream

From mcp-framework

0.2.18 (2026-02-05)
Bug Fixes
  • http-stream: prevent session destruction on transient errors (b0ff78b)
  • http-stream: prevent session destruction on transient errors (7f1b460)
View originalPermalink
How 0.2.18 went
0.2.17

mcp-framework: v0.2.17

Added 3
  • Add auth context
  • Add request context for auth
  • Add fallback tokens

From mcp-framework

0.2.17 (2025-11-21)
Features
View originalPermalink
How 0.2.17 went
0.2.16

mcp-framework: v0.2.16

Added 6
  • Add CORS support for OPTIONS requests
  • Add OAuth 2.1 authentication support
  • Add OAuth proxy server for Claude.ai integration
  • Enhance OAuth authentication for HttpStreamTransport and SSEServerTransport with comprehensive tests
  • Implement shared authentication handler and OAuth metadata initialization for transport layers
  • Integrate OAuth authentication and introspection support
Fixed 1
  • Support wildcard audience validation for OAuth providers without aud claim

From mcp-framework

0.2.16 (2025-11-14)
Features
  • add cors for options (2d7567e)
  • add OAuth 2.1 authentication support (45b5999)
  • Add OAuth proxy server for Claude.ai integration (cea912a)
  • auth: enhance OAuth authentication for HttpStreamTransport and SSEServerTransport with comprehensive tests (7aae521)
  • auth: implement shared authentication handler and OAuth metadata initialization for transport layers (3ac5fc7)
  • auth: integrate OAuth authentication and introspection support (607b83a)
  • OAuth 2.1 Authentication Support and Transport Layer Optimization (61e3aba)
Bug Fixes
  • auth: support wildcard audience validation for OAuth providers without aud claim (bdcc89a)
  • proper version (ed04094)
View originalPermalink
How 0.2.16 went
0.2.15

mcp-framework: v0.2.15

Fixed 1
  • HTTP transport now uses the same tool loading mechanism

From mcp-framework

0.2.15 (2025-06-18)
Bug Fixes
  • http transport uses same tool loading (0d0a8d8)
  • http transport uses same tool loading (7ff3c11)
View originalPermalink
How 0.2.15 went
0.2.14

mcp-framework: v0.2.14

Added 7
  • Add .gitignore on project creation
  • Add BaseLoader
  • Add license
  • Add nested tool loading
  • Add new tool abstraction
  • Add support for nested automatic discovery
  • Refactor SSE transport for multiple connections and add prepare script
Changed 2
  • Update gitignore
  • Update tool abstraction in README
Fixed 6
  • Fix concurrency
  • Fix gitignore indent
  • Fix multi client
  • Fix phantom ping issue
  • Fix recursive loading
  • Update tool loader pathing

From mcp-framework

0.2.14 (2025-06-16)
Features
  • add .gitignore on project creation (f8b6ea6)
  • add .gitignore on project creation (87ed7de)
  • add BaseLoader (b725f84)
  • add license (53cfb2e)
  • add license (a88663a)
  • add nested tool loading (5fb42e6)
  • add new tool abstraction (b12fd17)
  • add support for nested automatic discovery (a0c3dff)
  • refactor SSE transport for multiple connections and add prepare script (30fc864)
  • update gitignore (1823548)
  • update tool abstraction in README (0c40512)
Bug Fixes
View originalPermalink
How 0.2.14 went
0.2.13

mcp-framework: v0.2.13

Fixed 1
  • Properly support required/optional tool input schema

From mcp-framework

0.2.13 (2025-05-23)
Bug Fixes
  • properly support required/optional tool input schema (1583603)
View originalPermalink
How 0.2.13 went
0.2.12

mcp-framework: v0.2.12

Added 1
  • Enhanced cursor rule with example
Changed 2
  • Bump mcp ts sdk version
  • Replace custom implementation with sdk delegation

From mcp-framework

0.2.12 (2025-05-23)
Features
  • bump mcp ts sdk version (d9cc845)
  • enhanced cursor rule with example (d3b54d4)
  • replace custom implementation with sdk delegation (1b5b8e7)
View originalPermalink
How 0.2.12 went
0.2.11

mcp-framework: v0.2.11

Added 1
  • implement resources/templates/list handler

From mcp-framework

0.2.11 (2025-03-30)
Features
  • implement resources/templates/list handler (ff73ff0)
  • implement resources/templates/list handler (0dabfc0)
View originalPermalink
How 0.2.11 went
0.2.10

mcp-framework: v0.2.10

Added 2
  • Add optional skip install parameter
  • Add skip example option to CLI
Fixed 3
  • Fix ESLint 'no-case-declarations' error in HTTP transport by adding block scope to the default switch case
  • Make ping conform with the spec
  • Conform SSE/HTTP streams to MCP spec and improve logging

From mcp-framework

0.2.10 (2025-03-30)
Features
  • add optional skip install param (d77e6e9)
  • add optional skip install param (318dbc7)
  • add skip example option to cli (df733f9)
  • add skip example option to cli (c02809f)
Bug Fixes
  • Fixes ESLint 'no-case-declarations' error in HTTP transport by adding block scope to the default switch case. (25ed8e6)
  • make ping conform with the spec (aa46eb8)
  • transports: Conform SSE/HTTP streams to MCP spec and improve logging (9d9ef2a)
  • transports: follow spec guideline (208599d)
View originalPermalink
How 0.2.10 went
0.2.9

mcp-framework: v0.2.9

Added 2
  • Add linting
  • Add SSE resumability
Changed 1
  • Improve error handling for SSE
Fixed 5
  • Close SSE stream after POST
  • Detect tools capability using toolLoader
  • Enforce that initialize request cannot be part of JSON-RPC batch
  • Import path utilities to resolve build errors
  • Project validation not working on Windows

From mcp-framework

0.2.9 (2025-03-29)
Features
Bug Fixes
  • close sse stream after post (eef96b4)
  • close sse stream after post (d6ea60d)
  • detect tools capability using toolLoader (c5d34a5)
  • detect tools capability using toolLoader (1e4c71f)
  • enforce that initialize request cannot be part of JSON-RPC batch (452740c)
  • enforce that initialize request cannot be part of JSON-RPC batch (6cccf54)
  • import path utilities to resolve build errors (5a7672c)
  • import path utilities to resolve build errors (534d0de)
  • project validation not working on windows (fc506d3)
View originalPermalink
How 0.2.9 went
0.2.8

mcp-framework: v0.2.8

Added 15
  • Auth support
  • Base Tool abstraction
  • Basic SSE support
  • Build before start functionality
  • CLI tool
  • CORS configuration
Changed 1
  • Enforce Node version 20

From mcp-framework

0.2.8 (2025-03-28)
Features
Bug Fixes
View originalPermalink
How 0.2.8 went
View all

Discussion

If you publish mcp-framework, you can claim this product by proving you administer its repository.