1.0.8npm · spec-workflow-mcp · current release
Observed 2026-08-15T23:04:42.415Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
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 · — | — |