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
npx -y specmatic mcp server was failing during MCP initialization with a JSON parse error.
The root cause was the Node wrapper capturing Java stdout/stderr and re-emitting them through its own output, which mixed logs into the MCP protocol stream.
Acceptance Criteria:
Register specmatic mcp server via node to a coding agent
Acceptance Criteria: