Skip to content

Commit e763cd3

Browse files
committed
mcp publish
1 parent 56b844d commit e763cd3

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"files": [
1515
"dist"
1616
],
17+
"mcpName": "io.github.vercel/next-devtools-mcp",
1718
"scripts": {
1819
"dev": "tsc --watch",
1920
"copy-resources": "node scripts/copy-resources.js",

server.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3+
"name": "io.github.vercel/next-devtools-mcp",
4+
"description": "Next.js development tools MCP server with stdio transport",
5+
"repository": {
6+
"url": "https://github.com/vercel/next-devtools-mcp",
7+
"source": "github"
8+
},
9+
"version": "0.2.0",
10+
"packages": [
11+
{
12+
"registryType": "npm",
13+
"identifier": "next-devtools-mcp",
14+
"version": "0.2.0",
15+
"transport": {
16+
"type": "stdio"
17+
},
18+
"environmentVariables": []
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)