Skip to content

Commit 58e40c6

Browse files
committed
v0.2.1
1 parent e763cd3 commit 58e40c6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ dist/
1010
test/e2e/.env
1111
# private content
1212
_*.md
13+
.mcpregistry*
14+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-devtools-mcp",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Next.js development tools MCP server with stdio transport",
55
"bin": {
66
"next-devtools-mcp": "./dist/index.js"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/vercel/next-devtools-mcp",
77
"source": "github"
88
},
9-
"version": "0.2.0",
9+
"version": "0.2.1",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "next-devtools-mcp",
14-
"version": "0.2.0",
14+
"version": "0.2.1",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)