Skip to main content
Glama

Spec-driven Development MCP Server

by kevinlin

spec_coding_design_confirmed

Confirm design document completion and transition to task planning phase to maintain structured development workflow progression.

Instructions

Confirm the completion of the design document and proceed to the task planning phase

Input Schema

NameRequiredDescriptionDefault
feature_nameYesFeature name
session_idYesSession identifier

Input Schema (JSON Schema)

{ "properties": { "feature_name": { "description": "Feature name", "type": "string" }, "session_id": { "description": "Session identifier", "type": "string" } }, "required": [ "session_id", "feature_name" ], "type": "object" }

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/kevinlin/spec-coding-mcp'

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