fix mcp servers
This commit is contained in:
13
.mcp.json
13
.mcp.json
@@ -1,24 +1,17 @@
|
|||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"shadcn-unix": {
|
"shadcn": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["shadcn@latest", "mcp"]
|
"args": ["shadcn@latest", "mcp"]
|
||||||
},
|
},
|
||||||
"shadcn-windows": {
|
"playwright": {
|
||||||
"command": "cmd",
|
|
||||||
"args": ["/c", "npx", "shadcn@latest", "mcp"]
|
|
||||||
},
|
|
||||||
"playwright-unix": {
|
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": [
|
"args": [
|
||||||
"@playwright/mcp@latest"
|
"@playwright/mcp@latest"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"playwright-windows": {
|
|
||||||
"command": "cmd",
|
|
||||||
"args": ["/c", "npx", "@playwright/mcp@latest"]
|
|
||||||
},
|
|
||||||
"context7": {
|
"context7": {
|
||||||
|
"type": "http",
|
||||||
"url": "https://mcp.context7.com/mcp",
|
"url": "https://mcp.context7.com/mcp",
|
||||||
"headers": {
|
"headers": {
|
||||||
"CONTEXT7_API_KEY": "YOUR_API_KEY"
|
"CONTEXT7_API_KEY": "YOUR_API_KEY"
|
||||||
|
|||||||
4
create-agentic-app/package-lock.json
generated
4
create-agentic-app/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "create-agentic-app",
|
"name": "create-agentic-app",
|
||||||
"version": "1.1.11",
|
"version": "1.1.12",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "create-agentic-app",
|
"name": "create-agentic-app",
|
||||||
"version": "1.1.11",
|
"version": "1.1.12",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^5.3.0",
|
"chalk": "^5.3.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "create-agentic-app",
|
"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",
|
"description": "Scaffold a new agentic AI application with Next.js, Better Auth, and AI SDK",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@@ -1,24 +1,17 @@
|
|||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"shadcn-unix": {
|
"shadcn": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["shadcn@latest", "mcp"]
|
"args": ["shadcn@latest", "mcp"]
|
||||||
},
|
},
|
||||||
"shadcn-windows": {
|
"playwright": {
|
||||||
"command": "cmd",
|
|
||||||
"args": ["/c", "npx", "shadcn@latest", "mcp"]
|
|
||||||
},
|
|
||||||
"playwright-unix": {
|
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": [
|
"args": [
|
||||||
"@playwright/mcp@latest"
|
"@playwright/mcp@latest"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"playwright-windows": {
|
|
||||||
"command": "cmd",
|
|
||||||
"args": ["/c", "npx", "@playwright/mcp@latest"]
|
|
||||||
},
|
|
||||||
"context7": {
|
"context7": {
|
||||||
|
"type": "http",
|
||||||
"url": "https://mcp.context7.com/mcp",
|
"url": "https://mcp.context7.com/mcp",
|
||||||
"headers": {
|
"headers": {
|
||||||
"CONTEXT7_API_KEY": "YOUR_API_KEY"
|
"CONTEXT7_API_KEY": "YOUR_API_KEY"
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 583 KiB |
Reference in New Issue
Block a user