sdlc-workflow-mcp
sdlc-workflow-mcp
一个独立的 stdio Model Context Protocol 服务器,为本地 Copilot 使用暴露 SDLC 工作流工具的一个有限虚构数据切片。
来源: 提取自
Tingsum26/sdlc-agent-platform的seven-repo-split-baseline标签(提交bf48e15),源路径为apps/workflow-mcp。 本仓库是平台 BOM(docs/platform-bom.yaml)中描述的七仓库拆分的一个切片。
这是什么
一个 TypeScript MCP 服务器(
stdio传输),通过 HTTP 将一组有限的工作流工具代理到本地 Workflow Service。所有样例数据均为虚构(
example.invalid、REPO_A、DEMO-123、EPIC-DEMO-1、虚构身份)。此切片中没有模型客户端、没有凭据,也没有真实公司数据。
这不是什么(已登记的差距)
平台 BOM 中完整批准的工具目录比此切片更大。本仓库仅登记拆分时在 apps/workflow-mcp 垂直切片中实现的子集(workflow tasks、internal-readiness、epic/ticket/repo-task、change-request 和 journey tools)。其余目录工具在原始平台 BOM 及其迁移映射中跟踪,不在此处。
前提条件
Node.js >= 20.19.0
pnpm
构建和测试
pnpm install
pnpm build
pnpm test启动 stdio 服务器
服务器需要一个 Workflow Service URL,并通过 stdio 使用 MCP 进行通信:
pnpm install
pnpm build
WORKFLOW_SERVICE_URL=http://127.0.0.1:8080 node dist/index.js环境变量:
变量 | 必需 | 描述 |
| 是 | 本地 Workflow Service 的基础 URL(例如 |
| 否 | 演示身份;仅当服务主机为 loopback 时允许。 |
在启动失败或缺少配置时,服务器会向 stderr 写入结构化的 JSON 诊断信息,并以代码 2 退出。
目录结构
src/— MCP 服务器、API 客户端、诊断和工具注册。test/— vitest 测试套件,涵盖工具发现、关联 ID、审计可见性、安全错误映射、取消和 stderr 脱敏。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Tingsum26/sdlc-workflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server