server.json•687 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
"name": "io.github.formulahendry/spec-driven-development",
"description": "MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.",
"status": "active",
"repository": {
"url": "https://github.com/formulahendry/mcp-server-spec-driven-development",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-server-spec-driven-development",
"version": "0.1.1",
"transport": {
"type": "stdio"
}
}
]
}