@structured-world/gitlab-mcp 6.46.1 → 6.47.1
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
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
A [Model Context Protocol](https://modelcontextprotocol.io) server that connects AI agents to the GitLab API — 44 tools across 18 entity types with CQRS architecture, OAuth 2.1, and multiple transport modes.
|
|
6
6
|
|
|
7
|
-
[](https://gitlab-mcp.sw.foundation/downloads/gitlab-mcp-6.
|
|
7
|
+
[](https://gitlab-mcp.sw.foundation/downloads/gitlab-mcp-6.47.1.mcpb)
|
|
8
8
|
[](vscode:mcp/install?%7B%22name%22%3A%22gitlab-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40structured-world%2Fgitlab-mcp%22%5D%7D)
|
|
9
9
|
[](vscode-insiders:mcp/install?%7B%22name%22%3A%22gitlab-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40structured-world%2Fgitlab-mcp%22%5D%7D)
|
|
10
10
|
|
package/dist/{structured-world-gitlab-mcp-6.46.1.tgz → structured-world-gitlab-mcp-6.47.1.tgz}
RENAMED
|
Binary file
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"diff": "4.0.4",
|
|
9
9
|
"esbuild": ">=0.25.0"
|
|
10
10
|
},
|
|
11
|
-
"version": "6.
|
|
11
|
+
"version": "6.47.1",
|
|
12
12
|
"description": "MCP server for using the GitLab API",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "Dmitry Prudnikov <mail@polaz.com>",
|
|
@@ -112,6 +112,7 @@
|
|
|
112
112
|
"ts-jest": "^29.4.6",
|
|
113
113
|
"ts-node": "^10.9.2",
|
|
114
114
|
"typescript": "^5.9.3",
|
|
115
|
-
"vitepress": "^1.6.4"
|
|
115
|
+
"vitepress": "^1.6.4",
|
|
116
|
+
"vitepress-plugin-google-analytics": "^1.0.2"
|
|
116
117
|
}
|
|
117
118
|
}
|