Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Helpful flags:

> Tip: You can skip the verb entirely—`mcporter firecrawl` automatically runs `mcporter list firecrawl`, and dotted tokens like `mcporter linear.list_issues` dispatch to the call command (typo fixes included).

Timeouts default to 30 s; override with `MCPORTER_LIST_TIMEOUT` or `MCPORTER_CALL_TIMEOUT` when you expect slow startups. OAuth browser handshakes get a separate 5 minute grace period; pass `--oauth-timeout <ms>` (or export `MCPORTER_OAUTH_TIMEOUT_MS`) when you need the CLI to bail out faster while you diagnose stubborn auth flows.
Listing defaults to a 30 s timeout and calls default to 60 s; override with `MCPORTER_LIST_TIMEOUT` or `MCPORTER_CALL_TIMEOUT` when you expect slow startups. OAuth browser handshakes get a separate 5 minute grace period; pass `--oauth-timeout <ms>` (or export `MCPORTER_OAUTH_TIMEOUT_MS`) when you need the CLI to bail out faster while you diagnose stubborn auth flows.

### Try an MCP without editing config

Expand Down
2 changes: 1 addition & 1 deletion docs/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ A quick reference for the primary `mcporter` subcommands. Each command inherits
- Useful flags:
- `--server`, `--tool` – alternate way to target a tool.
- `--` – stop flag parsing so remaining tokens stay literal positional values.
- `--timeout <ms>` – override call timeout (defaults to `CALL_TIMEOUT_MS`).
- `--timeout <ms>` – override call timeout (defaults to `MCPORTER_CALL_TIMEOUT`, or 60 s).
- `--output text|markdown|json|raw` – choose how to render the `CallResult`.
- `--save-images <dir>` – persist image content blocks to files under the specified directory.
- `--raw-strings` – disable numeric coercion for flag-style and positional values.
Expand Down