fix(plugin): resolve MCP entrypoint from plugin root - #8
Merged
Annotations
2 errors
|
Run npm test
Process completed with exit code 1.
|
|
Run npm test:
test/codex-plugin.test.ts#L103
AssertionError: expected { Object (type, command, ...) } to deeply equal ObjectContaining{…}
- Expected
+ Received
- ObjectContaining {
+ {
"args": [
- "./dist/standalone.mjs",
+ "${CLAUDE_PLUGIN_ROOT}/dist/standalone.mjs",
],
"command": "node",
- "cwd": ".",
+ "env": {
+ "AGENTMEMORY_SECRET": "${AGENTMEMORY_SECRET:-}",
+ "AGENTMEMORY_TOOLS": "${AGENTMEMORY_TOOLS:-all}",
+ "AGENTMEMORY_URL": "${AGENTMEMORY_URL:-http://localhost:3111}",
+ },
+ "type": "stdio",
}
❯ test/codex-plugin.test.ts:103:20
|
background
wait
wait-all
cancel
parallel
Loading