Skip to main content
Glama

Spec Workflow MCP

package.json2.28 kB
{ "name": "@pimzino/spec-workflow-mcp", "version": "1.0.1", "description": "MCP server for spec-driven development workflow with real-time web dashboard", "main": "dist/index.js", "type": "module", "bin": { "spec-workflow-mcp": "dist/index.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "npm run validate:i18n && npm run clean && tsc && npm run build:dashboard && npm run copy-static", "copy-static": "node scripts/copy-static.cjs", "dev": "tsx src/index.ts", "start": "node dist/index.js", "dev:dashboard": "vite --config src/dashboard_frontend/vite.config.ts", "build:dashboard": "vite build --config src/dashboard_frontend/vite.config.ts", "clean": "rimraf dist", "validate:i18n": "node scripts/validate-i18n.js", "test": "vitest", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "spec-workflow", "ai-development", "claude", "cursor", "development-workflow", "project-management" ], "author": "", "license": "GPL-3.0", "dependencies": { "@fastify/static": "^7.0.4", "@fastify/websocket": "^8.2.1", "@modelcontextprotocol/sdk": "^0.5.0", "@tailwindcss/vite": "^4.1.13", "chokidar": "^3.5.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "fastify": "^4.24.3", "highlight.js": "^11.9.0", "i18next": "^25.5.2", "i18next-browser-languagedetector": "^8.2.0", "markdown-it": "^14.1.0", "mermaid": "^10.9.1", "open": "^8.4.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.7.3", "react-router-dom": "^6.26.2", "simple-git": "^3.28.0", "tailwind-merge": "^3.3.1", "toml": "^3.0.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.16", "@types/node": "^22.18.1", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@types/ws": "^8.5.13", "@vitejs/plugin-react": "^4.3.3", "@vitest/coverage-v8": "^2.1.8", "rimraf": "^6.0.1", "tailwindcss": "^4.1.13", "tsx": "^4.7.0", "typescript": "^5.7.2", "vite": "^5.4.8", "vitest": "^2.1.8" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pimzino/spec-workflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server