Skip to content

v0.1.0 — SpecDrive CLI + MCP Server

Latest

Choose a tag to compare

@cursor cursor released this 01 Jul 07:26
2a2dbdd

Packages

  • @specdrive/clispec command
  • @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.