Skip to content

Commit cbdcaf4

Browse files
jirispilkaclaude
andauthored
docs: Fix mcpc connect syntax in AGENTS.md (#1092)
The e2e-testing section of AGENTS.md documents a fallback command that doesn't work: `mcpc --config .mcp.json stdio connect @stdio`. mcpc has no `--config` flag, so every agent following the doc hits an error and has to rediscover the real syntax (this happened during the #885 description work). 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01FftJE5zvDyV43P7gP6cDiH --- _Generated by [Claude Code](https://claude.ai/code/session_01FftJE5zvDyV43P7gP6cDiH)_ Co-authored-by: Claude <noreply@anthropic.com>
1 parent 1a5c747 commit cbdcaf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Zero tolerance for errors — fix before proceeding, don't defer.
3737

3838
When the user says "test with mcpc", **use mcpc** — do not invent a substitute (no curl, no ad-hoc Node/Python scripts, no unit tests in place of an e2e probe). Use the **apify CLI** (`apify datasets`, `apify key-value-stores`, `apify actors`, …) for ground-truth data — never curl the Apify API.
3939

40-
After `pnpm run build`, run `mcpc` (no args) to check sessions: if `@stdio` (default) / `@stdio-full` (non-default tools) is listed, `mcpc @stdio restart`; otherwise `mcpc --config .mcp.json stdio connect @stdio`. Use the `mcpc-tester` subagent for systematic spec/edge-case coverage; call mcpc directly for quick checks.
40+
After `pnpm run build`, run `mcpc` (no args) to check sessions: if `@stdio` (default) / `@stdio-full` (non-default tools) is listed, `mcpc @stdio restart`; otherwise `mcpc connect .mcp.json:stdio @stdio` (non-default tools: `mcpc connect .mcp.json:stdio-full @stdio-full`). Use the `mcpc-tester` subagent for systematic spec/edge-case coverage; call mcpc directly for quick checks.
4141

4242
## Testing
4343

0 commit comments

Comments
 (0)