Skip to content

Commit 86eb74f

Browse files
chore: Auto-fix issues identified by npm pkg fix (#22)
1 parent b78d83a commit 86eb74f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"description": "The Octopus MCP Server provides your AI assistant with powerful tools that allow it to inspect, query, and diagnose problems within your Octopus instance.",
1010
"main": "dist/index.js",
1111
"module": "dist/index.js",
12-
"bin": "./dist/index.js",
12+
"bin": {
13+
"mcp-server": "dist/index.js"
14+
},
1315
"files": [
1416
"dist/**/*"
1517
],
@@ -27,7 +29,7 @@
2729
"homepage": "https://github.com/OctopusDeploy/mcp-server#readme",
2830
"repository": {
2931
"type": "git",
30-
"url": "https://github.com/OctopusDeploy/mcp-server.git"
32+
"url": "git+https://github.com/OctopusDeploy/mcp-server.git"
3133
},
3234
"license": "Apache-2.0",
3335
"dependencies": {

0 commit comments

Comments
 (0)