Skip to content

Commit 4fd2ac2

Browse files
cevianclaude
andcommitted
fix: rename run-mcp.js to .cjs for CommonJS compat
Package has "type": "module" so .js files are ESM. Rename to .cjs to keep using CommonJS require() syntax. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 06e289c commit 4fd2ac2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"0pflow-local-tools": {
88
"command": "node",
9-
"args": ["${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.js"]
9+
"args": ["${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.cjs"]
1010
}
1111
}
1212
}
File renamed without changes.

0 commit comments

Comments
 (0)