We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e763cd3 commit 58e40c6Copy full SHA for 58e40c6
.gitignore
@@ -10,3 +10,5 @@ dist/
10
test/e2e/.env
11
# private content
12
_*.md
13
+.mcpregistry*
14
+
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "next-devtools-mcp",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Next.js development tools MCP server with stdio transport",
5
"bin": {
6
"next-devtools-mcp": "./dist/index.js"
server.json
@@ -6,12 +6,12 @@
"url": "https://github.com/vercel/next-devtools-mcp",
7
"source": "github"
8
},
9
"packages": [
"registryType": "npm",
"identifier": "next-devtools-mcp",
15
"transport": {
16
"type": "stdio"
17
0 commit comments