This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryNew @vurb/a2a package adds A2A v1.0.0 protocol bridge with JSON‑RPC dispatcher, SSE transport, and Agent Card generation.
Full changelog
@vurb/a2a — A2A Protocol Bridge (NEW PACKAGE)
Spec-compliant A2A v1.0.0 bridge enabling Vurb.ts MCP servers to participate in multi-agent orchestration through standardized Agent Cards, JSON-RPC dispatch, and SSE streaming. First TypeScript MCP framework with native A2A interoperability.
Highlights
- A2AHandler — Framework-agnostic JSON-RPC 2.0 dispatcher for all 11 A2A protocol methods
- StreamableHttpTransport — HTTP transport layer supporting both sync JSON responses and SSE streaming (Express, Hono, Fastify)
- StreamingExecutorLike — Interface for streaming tool executors via AsyncGenerator
- TaskManager — In-memory task lifecycle engine with finite state machine, TTL eviction, cursor-based pagination
- AgentCardCompiler — Auto-compiles MCP tool registry into A2A Agent Card (
/.well-known/agent-card.json) - SSE Utilities —
formatSSEEvent(),formatSSEErrorEvent(),parseSseStream() - Complete Types — 100% A2A v1.0.0 type coverage (20+ interfaces, discriminated unions)
- Error Classes — 6 spec-compliant error classes with JSON-RPC error codes
Test Suite
210 tests across 7 suites — A2AHandler (50), TaskManager (36), AgentCardCompiler (35), Errors (45), SSE (13), Extensions (14), StreamableHttpTransport (17)
Install
npm install @vurb/[email protected]
See CHANGELOG.md for full details.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About vinkius-labs/mcp-fusion
A TypeScript framework for building production-ready MCP servers with automatic tool discovery, multi-transport support (stdio/SSE/HTTP), built-in validation, and zero-config setup.
Related context
Related tools
Beta — feedback welcome: [email protected]