Skip to content

Commit 63a28ec

Browse files
committed
chore(mcp): link to microsoft/apm#655 for future encapsulation
The chrome-devtools MCP is wired up via three artifacts at project root (.mcp.json, justfile recipe, shell.nix env var) because APM's current claude-code runtime adapter lacks MCP support. Once microsoft/apm#655 merges and juspay's fork picks it up, we can fold this into apm.yml's `dependencies.mcp` and let `just ai::apm` regenerate .mcp.json.
1 parent 216b159 commit 63a28ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ fmt-check:
9999
# Drives Playwright's nix-provided Chrome-for-Testing (headless, isolated
100100
# profile). Claude Code starts outside the devshell, so .mcp.json wraps
101101
# this with `nix develop --command just mcp-chrome-devtools`.
102+
#
103+
# TODO: fold this + .mcp.json into agents/apm.yml's `dependencies.mcp` once
104+
# microsoft/apm#655 (Claude Code MCP adapter) merges and lands in juspay's
105+
# fork — then the recipe moves into agents/ai.just and .mcp.json becomes a
106+
# generated artifact.
102107
mcp-chrome-devtools:
103108
{{ nix_shell }} sh -c 'exec npx -y chrome-devtools-mcp@latest --headless=true --isolated=true --executable-path="$KOLU_CHROME_EXECUTABLE"'
104109

0 commit comments

Comments
 (0)