Skip to content

Commit 7b2bb2d

Browse files
committed
Remove .git extension from repository URL
- Use standard GitHub repository URL format without .git - Most registries expect URLs without the .git extension
1 parent 45d2f30 commit 7b2bb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "CData Software",
66
"homepage": "https://www.cdata.com/solutions/mcp/",
77
"repository": {
8-
"url": "https://github.com/CDataSoftware/connectcloud-mcp-server.git"
8+
"url": "https://github.com/CDataSoftware/connectcloud-mcp-server"
99
},
1010
"license": "MIT",
1111
"deployments": {

0 commit comments

Comments
 (0)