← Spec Workflow MCP

Spec Workflow MCP 1.0.8

npm · spec-workflow-mcp · current release

1
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-15T23:04:42.415Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {
    "listChanged": true
  }
}

Tools 1

ToolCategoryAnnotationsRisk
specs-workflowManage intelligent writing workflow for software project requirements, design, and task documents. Supports initialization, checking, skipping, confirmation, and task completion operations (single or batch).
Input schema
{
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Specification directory path (e.g., /Users/link/specs-mcp/batch-log-test)"
    },
    "action": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "enum": [
            "init",
            "check",
            "skip",
            "confirm",
            "complete_task"
          ],
          "description": "Operation type"
        },
        "featureName": {
          "type": "string",
          "description": "Feature name (required for init)"
        },
        "introduction": {
          "type": "string",
          "description": "Feature introduction (required for init)"
        },
        "taskNumber": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          ],
          "description": "Task number(s) to mark as completed (required for complete_task). Can be a single string or an array of strings"
        }
      },
      "required": [
        "type"
      ],
      "additionalProperties": false,
      "description": "Operation parameters"
    }
  },
  "required": [
    "path"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
Annotations
{
  "progressReportingHint": true,
  "longRunningHint": true,
  "readOnlyHint": false,
  "idempotentHint": false
}
Writes · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.