gitlab-docs-mcp 1.1.0 → 1.1.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 +77 -47
- package/data/gitlab-docs/documents.json +2508 -2508
- package/data/gitlab-docs/index_meta.json +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gitlab-docs-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"mcpName": "io.github.ozanmutlu/gitlab-docs",
|
|
5
5
|
"author": "Ozan Mutlu",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/ozanmutlu/Gitlab-Docs-MCP.git"
|
|
9
|
+
"url": "git+https://github.com/ozanmutlu/Gitlab-Docs-MCP.git"
|
|
10
10
|
},
|
|
11
11
|
"description": "GitLab documentation search for AI assistants via Model Context Protocol (MCP)",
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "dist/index.js",
|
|
14
14
|
"bin": {
|
|
15
|
-
"gitlab-docs-mcp": "
|
|
15
|
+
"gitlab-docs-mcp": "dist/bin.js"
|
|
16
16
|
},
|
|
17
17
|
"engines": {
|
|
18
18
|
"node": ">=22.0.0"
|