gitlab-docs-mcp 1.0.1 → 1.1.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 +1 -1
- package/data/gitlab-docs/documents.json +2753 -2505
- package/data/gitlab-docs/index_meta.json +2 -2
- package/dist/content/chunker.d.ts +54 -0
- package/dist/content/chunker.d.ts.map +1 -0
- package/dist/content/chunker.js +163 -0
- package/dist/content/chunker.js.map +1 -0
- package/dist/content/chunker.test.d.ts +2 -0
- package/dist/content/chunker.test.d.ts.map +1 -0
- package/dist/content/chunker.test.js +92 -0
- package/dist/content/chunker.test.js.map +1 -0
- package/dist/content/index.d.ts +1 -0
- package/dist/content/index.d.ts.map +1 -1
- package/dist/content/index.js +1 -0
- package/dist/content/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A Model Context Protocol server that provides AI assistants instant access to Gi
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
This server works with any MCP-compatible AI assistant including GitHub Copilot, Claude Desktop, and other MCP clients.
|
|
7
|
+
This server works with any MCP-compatible AI assistant including GitHub Copilot, Claude Desktop, Docker Desktop, and other MCP clients.
|
|
8
8
|
|
|
9
9
|
### GitHub Copilot (VS Code)
|
|
10
10
|
|