Package Exports
- spec-workflow-mcp
- spec-workflow-mcp/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (spec-workflow-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Spec Workflow MCP
A Model Context Protocol (MCP) server for managing specification workflows including requirements, design, and implementation phases.
Features
- Requirements Management: Create and validate requirement documents
- Design Documentation: Generate and review design specifications
- Task Management: Break down implementation into manageable tasks
- Progress Tracking: Monitor workflow progress across all phases
- OpenAPI Integration: Full OpenAPI 3.1.0 specification support
Installation
npm install -g spec-workflow-mcp
Usage
As MCP Server
Add to your MCP client configuration:
{
"mcpServers": {
"specs-workflow": {
"command": "spec-workflow-mcp"
}
}
}
Available Operations
init
- Initialize a new feature specificationcheck
- Check current workflow statusconfirm
- Confirm stage completionskip
- Skip current stagecomplete_task
- Mark tasks as completed
Documentation
For detailed usage instructions and examples, visit the GitHub repository.
License
MIT