Skip to content

Commit 8babdc0

Browse files
committed
Update zed run command
1 parent 84f7371 commit 8babdc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/mcp/authzed/spicedb-dev-mcp-server.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Install the latest version of the zed CLI:
3838
Start the development server:
3939

4040
```bash
41-
zed mcp run
41+
zed mcp experimental-run
4242
```
4343

4444
The server starts on `http://localhost:9999/mcp` with an empty in-memory SpiceDB instance.
@@ -50,7 +50,7 @@ All schemas and relationships are lost when you stop the server.
5050

5151
### Claude Code
5252

53-
To use with Claude Code, run `zed mcp run` to start the SpiceDB Dev MCP server and then run the following to add the server to your Claude Code integrations:
53+
To use with Claude Code, run `zed mcp experimental-run` to start the SpiceDB Dev MCP server and then run the following to add the server to your Claude Code integrations:
5454

5555
```bash
5656
claude mcp add --transport http spicedb http://localhost:9999/mcp
@@ -265,7 +265,7 @@ netstat -an | findstr 9999
265265

266266
### Client Connection Fails
267267

268-
- Verify server is running: `zed mcp run` should be active
268+
- Verify server is running: `zed mcp experimental-run` should be active
269269
- Confirm URL is `http://localhost:9999/mcp`
270270
- Check client supports HTTP transport
271271
- Ensure localhost is not blocked by firewall

0 commit comments

Comments
 (0)