Skip to main content
Glama

Spec Workflow MCP

by kingkongshot
.gitignore1.01 kB
# Claude configuration .claude /memory # Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Testing related # 排除所有测试相关文件 /src/**/*.test.js /src/**/*.spec.js /src/**/*.test.ts /src/**/*.spec.ts coverage/ # test-specs/ - 在 dev 分支中保留测试套件 test-specs/reports/ test-specs/node_modules/ test-specs/temp/ # Documentation docs/ guidance/zh/ # Build artifacts dist/ build/ *.log # Generated package directory (auto-generated during build) package/ # Environment configuration .env .env.local .env.*.local test-specs/.env.test # Editor configuration .vscode/ .idea/ *.swp *.swo *~ # System files .DS_Store Thumbs.db # Temporary files *.tmp *.temp .cache/ # Local configuration *.local.* mcp-config.json CLAUDE.local.md # Preview files preview/ # Prompt files (migrated to OpenAPI) prompts/ # WebUI generated files webui/ /specs # Debug files debug.sh # Security - Never commit these files push-to-github.sh *-token.sh *.token .clinerules

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/kingkongshot/specs-workflow-mcp'

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