fix: wrap github MCP config with mcpServers in issue-triage workflow (#118)

Update the MCP configuration structure to properly wrap the github
server configuration within an mcpServers object, matching the
expected format for MCP config files.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Ashwin Bhat
2025-06-03 11:31:04 -07:00
committed by GitHub
parent 65b9bcde80
commit bd71ac0e8f

View File

@@ -23,6 +23,7 @@ jobs:
mkdir -p /tmp/mcp-config
cat > /tmp/mcp-config/mcp-servers.json << 'EOF'
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
@@ -38,6 +39,7 @@ jobs:
}
}
}
}
EOF
- name: Create triage prompt