Frontmatter
| id | 7802 |
| title | Add CLI argument parsing to GitHub Workflow MCP Server |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Nov 19, 2025, 11:16 AM |
| updatedAt | Nov 19, 2025, 11:59 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7802 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 19, 2025, 11:59 AM |
To make the GitHub Workflow MCP server reusable in other projects, we need to allow configuring the path to the configuration file via command-line arguments.
The
ai/mcp/server/github-workflow/mcp-stdio.mjsentry point should usecommanderto parse arguments.Requirements:
commanderusage toai/mcp/server/github-workflow/mcp-stdio.mjs.--config <path>(or-c <path>) option.Implementation Details:
ai/mcp/server/github-workflow/mcp-stdio.mjsto parse args.ai/mcp/server/github-workflow/config.mjsto allow loading from a specific path or merging with an external config.