@cyanheads/git-mcp-server 2.9.2 → 2.10.0
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 +151 -323
- package/dist/index.js +25934 -75131
- package/package.json +1 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyanheads/git-mcp-server",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.0",
|
|
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",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"resolutions": {
|
|
62
62
|
"@hono/node-server": "1.19.11",
|
|
63
63
|
"@isaacs/brace-expansion": "5.0.1",
|
|
64
|
-
"chrono-node": "2.9.0",
|
|
65
64
|
"dotenv": "17.3.1",
|
|
66
65
|
"hono": "4.12.5",
|
|
67
66
|
"qs": "6.15.0",
|
|
@@ -91,40 +90,23 @@
|
|
|
91
90
|
"@supabase/supabase-js": "^2.98.0",
|
|
92
91
|
"@types/bun": "^1.3.10",
|
|
93
92
|
"@types/cross-spawn": "^6.0.6",
|
|
94
|
-
"@types/js-yaml": "^4.0.9",
|
|
95
93
|
"@types/node": "^25.3.5",
|
|
96
|
-
"@types/node-cron": "^3.0.11",
|
|
97
|
-
"@types/papaparse": "^5.5.2",
|
|
98
|
-
"@types/sanitize-html": "^2.16.0",
|
|
99
94
|
"@types/validator": "13.15.10",
|
|
100
95
|
"@vitest/coverage-v8": "4.0.18",
|
|
101
|
-
"ajv": "^8.18.0",
|
|
102
|
-
"ajv-formats": "^3.0.1",
|
|
103
|
-
"axios": "^1.13.6",
|
|
104
96
|
"bun-types": "^1.3.10",
|
|
105
|
-
"chrono-node": "^2.9.0",
|
|
106
|
-
"clipboardy": "^5.3.1",
|
|
107
97
|
"depcheck": "^1.4.7",
|
|
108
98
|
"dotenv": "^17.3.1",
|
|
109
99
|
"eslint": "^10.0.2",
|
|
110
100
|
"execa": "^9.6.1",
|
|
111
|
-
"fast-xml-parser": "^5.4.2",
|
|
112
101
|
"globals": "^17.4.0",
|
|
113
102
|
"hono": "4.12.5",
|
|
114
103
|
"husky": "^9.1.7",
|
|
115
104
|
"ignore": "^7.0.5",
|
|
116
105
|
"jose": "^6.2.0",
|
|
117
|
-
"js-yaml": "^4.1.1",
|
|
118
106
|
"msw": "^2.12.10",
|
|
119
|
-
"node-cron": "^4.2.1",
|
|
120
|
-
"openai": "^6.27.0",
|
|
121
|
-
"papaparse": "^5.5.3",
|
|
122
|
-
"partial-json": "^0.1.7",
|
|
123
|
-
"pdf-lib": "^1.17.1",
|
|
124
107
|
"prettier": "^3.8.1",
|
|
125
108
|
"reflect-metadata": "^0.2.2",
|
|
126
109
|
"repomix": "^1.12.0",
|
|
127
|
-
"sanitize-html": "^2.17.1",
|
|
128
110
|
"tslib": "^2.8.1",
|
|
129
111
|
"tsyringe": "^4.10.0",
|
|
130
112
|
"typedoc": "^0.28.17",
|