Skip to content

Commit 9d2286e

Browse files
committed
ci: opt test-mcp-config-flag into enable_all_project_mcp_servers
mcp_config is not actually plumbed through base-action/action.yml, so this job was only passing via .mcp.json in CLAUDE_WORKING_DIR. Keep it green with the explicit opt-in and leave a TODO to wire mcp_config properly in a follow-up. :house: Remote-Dev: homespace
1 parent cf66f1d commit 9d2286e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-mcp-servers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ jobs:
110110
prompt: "List all available tools"
111111
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
112112
mcp_config: '{"mcpServers":{"test-server":{"type":"stdio","command":"bun","args":["simple-mcp-server.ts"],"env":{}}}}'
113+
# TODO: mcp_config is not currently plumbed through base-action/action.yml,
114+
# so this step only passes via .mcp.json in CLAUDE_WORKING_DIR. Remove this
115+
# opt-in once mcp_config is wired up and the test exercises what it claims.
116+
enable_all_project_mcp_servers: "true"
113117
env:
114118
# Change to test directory so bun can find the MCP server script
115119
CLAUDE_WORKING_DIR: ${{ github.workspace }}/base-action/test/mcp-test

0 commit comments

Comments
 (0)