File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments