@cyanheads/git-mcp-server 2.5.2 → 2.5.3
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/dist/index.js +2 -2
- package/package.json +1 -1
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/dist/index.js
CHANGED
|
@@ -4261,7 +4261,7 @@ var package_default;
|
|
|
4261
4261
|
var init_package = __esm(() => {
|
|
4262
4262
|
package_default = {
|
|
4263
4263
|
name: "@cyanheads/git-mcp-server",
|
|
4264
|
-
version: "2.5.
|
|
4264
|
+
version: "2.5.2",
|
|
4265
4265
|
mcpName: "io.github.cyanheads/git-mcp-server",
|
|
4266
4266
|
description: "A secure and scalable Git MCP server enabling AI agents to perform comprehensive Git version control operations via STDIO and Streamable HTTP.",
|
|
4267
4267
|
main: "dist/index.js",
|
|
@@ -101139,7 +101139,7 @@ var init_logger = __esm(() => {
|
|
|
101139
101139
|
transports.push({ target: "pino/file", options: { destination: 1 } });
|
|
101140
101140
|
}
|
|
101141
101141
|
} else if (!isTest) {
|
|
101142
|
-
transports.push({ target: "pino/file", options: { destination:
|
|
101142
|
+
transports.push({ target: "pino/file", options: { destination: 2 } });
|
|
101143
101143
|
}
|
|
101144
101144
|
if (config.logsPath) {
|
|
101145
101145
|
try {
|
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.3",
|
|
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",
|