Skip to main content
Glama
kevinlin

Spec-driven Development MCP Server

by kevinlin
tasks_confirmed.tsβ€’1.04 kB
export interface TasksConfirmedParams { session_id: string; feature_name: string; } export async function tasksConfirmed( params: TasksConfirmedParams ): Promise<string> { const { session_id, feature_name } = params; console.error(`[MCP] Tasks confirmed for feature: ${feature_name}`); return `# βœ… Task Planning Completed ## Generated Tasks Document: πŸ“„ "docs/specs/${feature_name}/tasks.md" The tasks document contains a detailed list of development tasks, each with clear descriptions, acceptance criteria, and execution order. --- ## Next Stage: Task Execution (5/5) ### Workflow Progress: - [x] 1. Goal Collection βœ… - [x] 2. Requirements Gathering βœ… - [x] 3. Design Document βœ… - [x] 4. **Task Planning** βœ… - [ ] 5. **Task Execution** ← Final Stage Now please call \`spec_coding_execute_start\` to begin the task execution stage. **Session Information**: - Session ID: \`${session_id}\` - Feature Name: \`${feature_name}\` - Requirements: βœ… Completed - Design: βœ… Completed - Tasks: βœ… Completed`; }

Implementation Reference

Latest Blog Posts

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