31 lines
722 B
JSON
31 lines
722 B
JSON
{
|
|
"name": "claude-code-plugins",
|
|
"description": "Kristof's Claude Code plugins",
|
|
"version": "0.0.0-2025.11.28",
|
|
"author": "Kristof",
|
|
"mcp": {
|
|
"context7": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@upstash/context7-mcp"
|
|
],
|
|
"description": "Access up-to-date documentation for any library"
|
|
},
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": [
|
|
"@playwright/mcp@latest"
|
|
],
|
|
"description": "Browser automation and web testing capabilities"
|
|
},
|
|
"supabase": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@supabase/mcp-server-supabase"
|
|
],
|
|
"description": "Supabase database operations and management"
|
|
}
|
|
}
|
|
} |