31 lines
798 B
JSON
31 lines
798 B
JSON
{
|
|
"name": "james-claude-code",
|
|
"description": "James's personal Claude Code setup with 14 productivity commands and 11 specialized AI agents for modern web development",
|
|
"version": "1.0.0",
|
|
"author": "James",
|
|
"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"
|
|
}
|
|
}
|
|
} |