@cyanheads/git-mcp-server 2.5.7 → 2.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<div align="center">
|
|
9
9
|
|
|
10
|
-
[](./CHANGELOG.md) [](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/docs/specification/2025-06-18/changelog.mdx) [](https://modelcontextprotocol.io/) [](./LICENSE) [](https://github.com/cyanheads/git-mcp-server/issues) [](https://www.typescriptlang.org/) [](https://bun.sh/)
|
|
11
11
|
|
|
12
12
|
</div>
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyanheads/git-mcp-server",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.8",
|
|
4
4
|
"mcpName": "io.github.cyanheads/git-mcp-server",
|
|
5
5
|
"description": "A secure and scalable Git MCP server enabling AI agents to perform comprehensive Git version control operations via STDIO and Streamable HTTP.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -89,11 +89,11 @@
|
|
|
89
89
|
"@types/node-cron": "^3.0.11",
|
|
90
90
|
"@types/papaparse": "^5.3.16",
|
|
91
91
|
"@types/sanitize-html": "^2.16.0",
|
|
92
|
-
"@types/validator": "13.15.
|
|
93
|
-
"@vitest/coverage-v8": "4.0.
|
|
92
|
+
"@types/validator": "13.15.4",
|
|
93
|
+
"@vitest/coverage-v8": "4.0.4",
|
|
94
94
|
"ajv": "^8.17.1",
|
|
95
95
|
"ajv-formats": "^3.0.1",
|
|
96
|
-
"axios": "^1.
|
|
96
|
+
"axios": "^1.13.0",
|
|
97
97
|
"bun-types": "^1.3.1",
|
|
98
98
|
"chrono-node": "^2.9.0",
|
|
99
99
|
"clipboardy": "^5.0.0",
|
|
@@ -123,10 +123,10 @@
|
|
|
123
123
|
"typedoc": "^0.28.14",
|
|
124
124
|
"typescript": "^5.9.3",
|
|
125
125
|
"typescript-eslint": "8.46.2",
|
|
126
|
-
"validator": "13.15.
|
|
126
|
+
"validator": "13.15.20",
|
|
127
127
|
"vite": "7.1.12",
|
|
128
128
|
"vite-tsconfig-paths": "^5.1.4",
|
|
129
|
-
"vitest": "^4.0.
|
|
129
|
+
"vitest": "^4.0.4",
|
|
130
130
|
"zod": "^3.23.8"
|
|
131
131
|
},
|
|
132
132
|
"keywords": [
|