initial commit
This commit is contained in:
28
.zed/settings.json
Normal file
28
.zed/settings.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"context_servers": {
|
||||
"context7": {
|
||||
"source": "custom",
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"],
|
||||
"env": {}
|
||||
},
|
||||
"cloudflare-docs": {
|
||||
"source": "custom",
|
||||
"type": "sse",
|
||||
"url": "https://docs.mcp.cloudflare.com/sse",
|
||||
"headers": {}
|
||||
},
|
||||
"shadcn": {
|
||||
"source": "custom",
|
||||
"command": "npx",
|
||||
"args": ["-y", "shadcn@latest", "mcp"],
|
||||
"env": {}
|
||||
},
|
||||
"better-auth": {
|
||||
"source": "custom",
|
||||
"type": "http",
|
||||
"url": "https://mcp.inkeep.com/better-auth/mcp",
|
||||
"headers": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user