You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(mcp): graduate MCP proxy to stable, fix schema proxying and notification forwarding
- Switch from McpServer to low-level Server to proxy raw JSON schemas verbatim without Zod conversion
- Forward all MCP content types (image, audio, resource_link) not just text
- Forward blob resource contents instead of silently dropping them
- Subscribe to remote tools/resources list_changed notifications and forward to local clients
- Consolidate dynamic imports, add debug logging for resource availability
- Remove alpha label and runtime warning
Copy file name to clipboardExpand all lines: packages/x402-proxy/CHANGELOG.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.5.0] - 2026-03-16
11
+
12
+
### Changed
13
+
- MCP proxy graduated from alpha to stable - removed alpha warning and label
14
+
- MCP proxy uses low-level `Server` class instead of `McpServer` to proxy raw JSON schemas verbatim without Zod conversion
15
+
- MCP proxy now forwards blob resource contents (previously only text was proxied)
16
+
- MCP content type widened to pass through all MCP content types (image, audio, resource_link) not just text
17
+
18
+
### Added
19
+
- MCP proxy forwards `notifications/tools/list_changed` and `notifications/resources/list_changed` from remote servers so local clients stay in sync with dynamic tool/resource updates
20
+
10
21
## [0.4.2] - 2026-03-16
11
22
12
23
### Fixed
@@ -105,7 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments