fix mcp servers

This commit is contained in:
Leon van Zyl
2025-11-07 07:25:50 +02:00
parent 187aaa2db1
commit 71de019f47
5 changed files with 9 additions and 23 deletions

View File

@@ -1,24 +1,17 @@
{
"mcpServers": {
"shadcn-unix": {
"shadcn": {
"command": "npx",
"args": ["shadcn@latest", "mcp"]
},
"shadcn-windows": {
"command": "cmd",
"args": ["/c", "npx", "shadcn@latest", "mcp"]
},
"playwright-unix": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
},
"playwright-windows": {
"command": "cmd",
"args": ["/c", "npx", "@playwright/mcp@latest"]
},
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "YOUR_API_KEY"

View File

@@ -1,12 +1,12 @@
{
"name": "create-agentic-app",
"version": "1.1.11",
"version": "1.1.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "create-agentic-app",
"version": "1.1.11",
"version": "1.1.12",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",

View File

@@ -1,6 +1,6 @@
{
"name": "create-agentic-app",
"version": "1.1.11",
"version": "1.1.12",
"description": "Scaffold a new agentic AI application with Next.js, Better Auth, and AI SDK",
"type": "module",
"bin": {

View File

@@ -1,24 +1,17 @@
{
"mcpServers": {
"shadcn-unix": {
"shadcn": {
"command": "npx",
"args": ["shadcn@latest", "mcp"]
},
"shadcn-windows": {
"command": "cmd",
"args": ["/c", "npx", "shadcn@latest", "mcp"]
},
"playwright-unix": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
},
"playwright-windows": {
"command": "cmd",
"args": ["/c", "npx", "@playwright/mcp@latest"]
},
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "YOUR_API_KEY"

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 KiB