Skip to content

Commit 8ac7694

Browse files
salevineclaude
andcommitted
chore(mcp): prettier-format README env-var tables
The Build MCP / client-prettier / mcp-build CI jobs (and the on-demand deploy) all fail on 'yarn prettier' over this package because the operator-knob tables added in the elicitation work were hand-aligned. Formatting-only; the husky pre-commit hook lints only ts/js, so the markdown drift never surfaced locally. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N19EppQVZ55hwByVy4HEX8
1 parent abe9735 commit 8ac7694

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/client/packages/mcp/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ unaffected — the parameter is optional and ignored.
152152

153153
**Operator knobs.**
154154

155-
| Env var | Default | Effect |
156-
| ------------------------------------ | ------- | ---------------------------------------------------------------------------- |
157-
| `APPSMITH_MCP_DISABLE_ELICITATION` | off | Forces the relay posture for every session; no elicitation prompts are sent. |
158-
| `APPSMITH_MCP_STRICT_ELICITATION` | off | Requires in-band prompts: non-elicitation clients are refused (`elicitation_required`) and a `client_error` never degrades to the relay posture. Wins over the disable knob. |
159-
| `APPSMITH_MCP_ELICITATION_TIMEOUT_MS`| 120000 | How long a confirm waits for the human's answer before a `timeout` outcome (clamped at 10 minutes). |
155+
| Env var | Default | Effect |
156+
| ------------------------------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
157+
| `APPSMITH_MCP_DISABLE_ELICITATION` | off | Forces the relay posture for every session; no elicitation prompts are sent. |
158+
| `APPSMITH_MCP_STRICT_ELICITATION` | off | Requires in-band prompts: non-elicitation clients are refused (`elicitation_required`) and a `client_error` never degrades to the relay posture. Wins over the disable knob. |
159+
| `APPSMITH_MCP_ELICITATION_TIMEOUT_MS` | 120000 | How long a confirm waits for the human's answer before a `timeout` outcome (clamped at 10 minutes). |
160160

161161
Clients that do not reset their tool-call timeout on MCP progress notifications may abort the confirm call
162162
before the default 120s elicitation wait ends (the server sends keep-alive progress pings only when the caller

0 commit comments

Comments
 (0)