specmatic / specmatic/specmatic-node
Fix MCP initialization of specmatic mcp server via node
Open
@vedubhat is already working on this.
Since Jun 23, 2026.
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
- 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
- Test the mcp server with coding-agents lab
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.