Skip to content

Commit 60b99bf

Browse files
feat: Add test-my-tools poe task for Claude Code headless mode
Co-Authored-By: AJ Steers <[email protected]>
1 parent 5b0e05a commit 60b99bf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

poe_tasks.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,13 @@ codex-run.shell = """
6161
-
6262
"""
6363
codex-run.args = ["prompt"]
64+
65+
# Claude Code MCP Testing Tasks
66+
[tool.poe.tasks.test-my-tools]
67+
help = "Run Claude Code in headless mode with the test-my-tools MCP prompt"
68+
shell = """
69+
claude --print "Use the test-my-tools prompt${scope:+ with scope: $scope}" \
70+
--allowedTools "mcp__connector-builder-mcp__*" \
71+
--mcp-config .mcp.json
72+
"""
73+
args = [{ name = "scope", default = "", help = "Optional scope/context to focus testing (e.g., 'focus on areas of the code changed versus main')" }]

0 commit comments

Comments
 (0)