Skip to content

Commit 1629c8e

Browse files
committed
refactor(bridge): use local tsx path instead of npx for claude-code bridge
Avoids npx resolution overhead by calling the local tsx binary directly with the absolute source path.
1 parent 37932a2 commit 1629c8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"mcpServers": {
33
"agent-comms": {
4-
"command": "npx",
4+
"command": "/Users/joe/.agents/extensions/agent-comms/node_modules/.bin/tsx",
55
"args": [
6-
"agent-comms",
6+
"/Users/joe/.agents/extensions/agent-comms/src/cli.ts",
77
"bridge",
88
"claude-code"
99
]

0 commit comments

Comments
 (0)