Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/docs/mcp/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ The setup process depends on your AI tool.
language="json"
code={`{
"mcpServers": {
"prompt-kit": {
"prompt-kit": {
"description": "prompt-kit registry",
"type": "stdio",
"command": "npx",
"args": ["-y", "shadcn@canary", "registry:mcp"],
"args": ["-y", "shadcn@canary", "mcp"],
"env": {
"REGISTRY_URL": "https://www.prompt-kit.com/c/registry.json"
}
"REGISTRY_URL": "https://www.prompt-kit.com/c/registry.json"
}
},
}
}`}
/>
Expand Down