Skip to content

Commit 5e37b8b

Browse files
committed
docs: include git and license in package.json
1 parent 58e40c6 commit 5e37b8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "next-devtools-mcp",
33
"version": "0.2.1",
44
"description": "Next.js development tools MCP server with stdio transport",
5+
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/vercel/next-devtools-mcp.git"
9+
},
510
"bin": {
611
"next-devtools-mcp": "./dist/index.js"
712
},

0 commit comments

Comments
 (0)