Skip to content

Commit 9533310

Browse files
authored
Use the current url of the github repository (#40)
* Extract function to create the tool definition * removed useless type * use the current url of github repo
1 parent 65b0219 commit 9533310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/DecisionsDev/di-mcp-server.git"
16+
"url": "git+https://github.com/DecisionsDev/decision-intelligence-mcp-server.git"
1717
},
1818
"author": "",
1919
"license": "Apache-2.0",
20-
"homepage": "https://github.com/DecisionsDev/di-mcp-server",
20+
"homepage": "https://github.com/DecisionsDev/decision-intelligence-mcp-server",
2121
"dependencies": {
2222
"@babel/preset-env": "^7.28.0",
2323
"@modelcontextprotocol/sdk": "^1.17.0",

0 commit comments

Comments
 (0)