Skip to content

Commit 59eb06a

Browse files
committed
Updates README
1 parent 3c77251 commit 59eb06a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,26 @@ iterable-mcp keys update <key-name> --advanced
331331

332332
**Process persistence:** After switching API keys with `keys activate`, you must **fully restart Windsurf** (quit and reopen the application). Windsurf keeps MCP server processes running in the background, and they don't automatically reload when you switch keys.
333333

334+
#### Antigravity
335+
336+
**Tool limit:** Antigravity has a maximum limit of 100 tools per MCP server. When all permissions are enabled (`ITERABLE_USER_PII=true`, `ITERABLE_ENABLE_WRITES=true`, `ITERABLE_ENABLE_SENDS=true`), the Iterable MCP server exposes **104 tools**, which exceeds this limit.
337+
338+
**Workaround:** Use restricted permissions to stay under the 100-tool limit:
339+
- With default permissions (all disabled): 26 tools ✅
340+
- With PII only: 37 tools ✅
341+
- With PII + writes: 86 tools ✅
342+
- With all permissions: 104 tools ❌ (exceeds Antigravity limit)
343+
344+
You can configure permissions when adding a key:
345+
```bash
346+
iterable-mcp keys add --advanced
347+
```
348+
349+
Or update an existing key's permissions:
350+
```bash
351+
iterable-mcp keys update <key-name> --advanced
352+
```
353+
334354
## Beta Feature Reminder
335355
Iterable's MCP server is currently in beta. MCP functionality may change, be
336356
suspended, or be discontinued at any time without notice. This software is

0 commit comments

Comments
 (0)