fix: add missing MCP node definition to workflow schema#128
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Nov 21, 2025
fix/add-mcp-node-schema-definitionbreaking-brake/cc-wf-studio:fix/add-mcp-node-schema-definitionCopy head branch name to clipboard
Merged
fix: add missing MCP node definition to workflow schema#128breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom fix/add-mcp-node-schema-definitionbreaking-brake/cc-wf-studio:fix/add-mcp-node-schema-definitionCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
fix/add-mcp-node-schema-definitionbreaking-brake/cc-wf-studio:fix/add-mcp-node-schema-definitionCopy head branch name to clipboard
Conversation
c2de781 to
e3d33b6
Compare
- Added 'mcp' to supportedNodeTypes - Added complete MCP node type definition with field constraints - Fixes MCP_INVALID_PARAMETERS and MCP_INVALID_MODE validation errors
e3d33b6 to
87d5304
Compare
6 tasks
This was referenced Nov 21, 2025
Merged
Contributor
|
🎉 This PR is included in version 2.11.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
breaking-brake
added a commit
that referenced
this pull request
Nov 23, 2025
- Added 'mcp' to supportedNodeTypes - Added complete MCP node type definition with field constraints - Fixes MCP_INVALID_PARAMETERS and MCP_INVALID_MODE validation errors
breaking-brake
pushed a commit
that referenced
this pull request
Nov 23, 2025
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
AI-assisted workflow generation was failing when trying to create MCP nodes with validation errors:
Current Behavior
MCP_INVALID_PARAMETERS: Parameters must be an arrayMCP_INVALID_MODE: Invalid mode 'specificTool' (valid: manualParameterConfig, aiParameterConfig, aiToolSelection)Expected Behavior
Solution
Added complete MCP node type definition to
workflow-schema.jsonto guide AI generation, and added commit message guidelines to prevent overly complex commit messages in the future.Changes
File:
resources/workflow-schema.json"mcp"tosupportedNodeTypesarraynodeTypes.mcpdefinition with:serverId,toolName,validationStatus,outputPortstoolDescription,parameters,parameterValues,modeparameters: Must be array of parameter schema objects[{name, type, description, required}]mode: Must be one ofmanualParameterConfig,aiParameterConfig,aiToolSelectionmanualParameterConfigmodeFile:
CLAUDE.mdImpact
Testing
MCP_INVALID_PARAMETERSorMCP_INVALID_MODEerrorsparametersarray andmodefieldnpm run format && npm run lint && npm run checknpm run buildsucceededNotes
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com