diff --git a/.mcp.json b/.mcp.json index 9d30c31..f5e1bda 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,8 +1,28 @@ { "mcpServers": { - "shadcn": { + "shadcn-unix": { "command": "npx", "args": ["shadcn@latest", "mcp"] + }, + "shadcn-windows": { + "command": "cmd", + "args": ["/c", "npx", "shadcn@latest", "mcp"] + }, + "playwright-unix": { + "command": "npx", + "args": [ + "@playwright/mcp@latest" + ] + }, + "playwright-windows": { + "command": "cmd", + "args": ["/c", "npx", "@playwright/mcp@latest"] + }, + "context7": { + "url": "https://mcp.context7.com/mcp", + "headers": { + "CONTEXT7_API_KEY": "YOUR_API_KEY" + } } } } diff --git a/create-agentic-app/package-lock.json b/create-agentic-app/package-lock.json index 286b30a..a83980d 100644 --- a/create-agentic-app/package-lock.json +++ b/create-agentic-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-agentic-app", - "version": "1.1.10", + "version": "1.1.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-agentic-app", - "version": "1.1.10", + "version": "1.1.11", "license": "MIT", "dependencies": { "chalk": "^5.3.0", diff --git a/create-agentic-app/package.json b/create-agentic-app/package.json index ce72096..d85fd55 100644 --- a/create-agentic-app/package.json +++ b/create-agentic-app/package.json @@ -1,6 +1,6 @@ { "name": "create-agentic-app", - "version": "1.1.10", + "version": "1.1.11", "description": "Scaffold a new agentic AI application with Next.js, Better Auth, and AI SDK", "type": "module", "bin": { diff --git a/create-agentic-app/template/.mcp.json b/create-agentic-app/template/.mcp.json index 9d30c31..f5e1bda 100644 --- a/create-agentic-app/template/.mcp.json +++ b/create-agentic-app/template/.mcp.json @@ -1,8 +1,28 @@ { "mcpServers": { - "shadcn": { + "shadcn-unix": { "command": "npx", "args": ["shadcn@latest", "mcp"] + }, + "shadcn-windows": { + "command": "cmd", + "args": ["/c", "npx", "shadcn@latest", "mcp"] + }, + "playwright-unix": { + "command": "npx", + "args": [ + "@playwright/mcp@latest" + ] + }, + "playwright-windows": { + "command": "cmd", + "args": ["/c", "npx", "@playwright/mcp@latest"] + }, + "context7": { + "url": "https://mcp.context7.com/mcp", + "headers": { + "CONTEXT7_API_KEY": "YOUR_API_KEY" + } } } }