Packages
@specdrive/cli—speccommand@specdrive/mcp— MCP server for Cursor/Claude (specdrive-mcp)@specdrive/core— spec engine@specdrive/review-engine— design.md review@specdrive/plugin-flutter,plugin-nextjs,plugin-react-native
MCP setup (Cursor)
{
"mcpServers": {
"specdrive": {
"command": "npx",
"args": ["-y", "@specdrive/mcp"],
"cwd": "${workspaceFolder}"
}
}
}npm publish
Add NPM_TOKEN secret to GitHub repo, then re-run the Publish workflow.