JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1766
  • Score
    100M100P100Q116932F
  • License MIT

MCP server for managing spec workflow (requirements, design, implementation)

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 specification
  • check - Check current workflow status
  • confirm - Confirm stage completion
  • skip - Skip current stage
  • complete_task - Mark tasks as completed

Documentation

For detailed usage instructions and examples, visit the GitHub repository.

License

MIT