Skip to content

Commit 786ebcb

Browse files
ankur-archclaude
andcommitted
docs: make fx MCP steps procedural
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012dnaoLgtpn2TyY1CNBxM47
1 parent 7dc47b1 commit 786ebcb

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

apps/docs/content/docs/ai/tools/mcp-server.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,16 @@ Start `fx` (or run `/mcp reload` in an open session), then authenticate with Pri
371371
/mcp auth Prisma --open
372372
```
373373

374-
This opens the Prisma Console authorization flow in your browser. Once you approve it, run `/mcp list` to confirm the server shows `state=ready`, then ask fx to manage your database, for example "List the Prisma tools" or "Show me all databases in my workspace". fx asks for approval before each MCP tool call; choose **Allow once** or **Allow this MCP tool for this session**.
374+
1. Complete the Prisma Console authorization flow in your browser.
375+
1. Return to fx and run:
376+
```bash title="fx session"
377+
/mcp list
378+
```
379+
1. Confirm that the server shows `state=ready`.
380+
1. Ask fx to manage your database. For example:
381+
- "List the Prisma tools"
382+
- "Show me all databases in my workspace"
383+
1. When fx requests permission to call an MCP tool, select **Allow once** or **Allow this MCP tool for this session**.
375384

376385
Learn more in the [fx MCP docs](https://fx.sh/docs/capabilities/mcp).
377386

0 commit comments

Comments
 (0)