You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/mcp/authzed/spicedb-dev-mcp-server.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Install the latest version of the zed CLI:
38
38
Start the development server:
39
39
40
40
```bash
41
-
zed mcp run
41
+
zed mcp experimental-run
42
42
```
43
43
44
44
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.
50
50
51
51
### Claude Code
52
52
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:
54
54
55
55
```bash
56
56
claude mcp add --transport http spicedb http://localhost:9999/mcp
@@ -265,7 +265,7 @@ netstat -an | findstr 9999
265
265
266
266
### Client Connection Fails
267
267
268
-
- Verify server is running: `zed mcp run` should be active
268
+
- Verify server is running: `zed mcp experimental-run` should be active
0 commit comments