Skip to content

vinkius-labs/mcp-fusion

v4.4.1 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 6h MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

chatgpt claude mcp mcp-framework mcp-server mcp-tools
+1 more
model-context-protocol

Summary

AI summary

Workflow block and TOON table are no longer emitted for flat single‑action tools, eliminating redundant duplication while preserving metadata.

Full changelog

Fixed

@mcpfusion/core — Redundant Workflow block / TOON table on flat single-action tools

  • The auto-generated Workflow: section (DescriptionGenerator) is no longer emitted for flat tools with a single action (e.g. defineTool({ actions: { default } }), YAML/Bundle server factories). It duplicated the tool summary with no dispatch value. Now emitted only for grouped tools or flat tools with 2+ actions.
  • ToonDescriptionGenerator brought to parity — the TOON action-metadata table follows the same rule.
  • No metadata lost: destructive/readOnly/idempotent hints remain on tool annotations; required params remain in the inputSchema field annotations.

Changed

  • All @mcpfusion/* cross-dependencies updated to ^4.4.1.

Full monorepo bumped 4.4.0 → 4.4.1.

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

Track vinkius-labs/mcp-fusion

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Earlier breaking changes

  • v4.0.0 All packages now published under the `@mcpfusion` npm scope.
  • v4.0.0 GitHub repository renamed to vinkius-labs/mcpfusion; npm packages under @mcpfusion scope.
  • v4.0.0 All source code, documentation, CLI output, workflows, and npm packages now use the @mcpfusion scope.

Beta — feedback welcome: [email protected]