Skip to content

Commit d6b613f

Browse files
committed
describe formbox mcp
1 parent 8f0fc52 commit d6b613f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [Form Builder](aidbox-ui-builder-alpha/README.md)
99
* [Form Builder Interface](aidbox-ui-builder-alpha/ui-builder-interface.md)
1010
* [AI Assistant](aidbox-ui-builder-alpha/ai-assistant.md)
11+
* [Connect AI Agents](aidbox-ui-builder-alpha/mcp.md)
1112
* [Form creation](aidbox-ui-builder-alpha/form-creation/README.md)
1213
* [Form Settings](aidbox-ui-builder-alpha/form-creation/form-settings.md)
1314
* [Widgets](aidbox-ui-builder-alpha/form-creation/widgets.md)

docs/aidbox-ui-builder-alpha/mcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Connect external MCP-capable agents directly to the Formbox Builder MCP endpoint.
33
---
44

5-
# MCP
5+
# Connect AI Agents to Formbox Builder
66

77
Formbox exposes an MCP endpoint so external agents can work with Formbox Builder directly. To connect an agent, use the `/sdc/mcp` endpoint and send a bearer token in the `Authorization` header.
88

@@ -120,7 +120,7 @@ Add this to `.cursor/mcp.json` in your project root, or `~/.cursor/mcp.json` for
120120

121121
Replace `<formbox-base-url>` with your Formbox base URL and `<your-access-token>` with the token returned by `/auth/token`.
122122

123-
## Working with Formbox through MCP
123+
## Typical conversation
124124

125125
Once the MCP server is configured, the interaction usually looks like this:
126126

0 commit comments

Comments
 (0)