@structured-world/gitlab-mcp 6.33.2 → 6.33.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 CHANGED
@@ -39,17 +39,17 @@ A [Model Context Protocol](https://modelcontextprotocol.io) server that connects
39
39
 
40
40
  ## Documentation
41
41
 
42
- Full documentation is available at **[docs.gitlab-mcp.sw.foundation](https://docs.gitlab-mcp.sw.foundation)**
42
+ Full documentation is available at **[gitlab-mcp.sw.foundation](https://gitlab-mcp.sw.foundation)**
43
43
 
44
44
  | Section | Description |
45
45
  |---------|-------------|
46
- | [Installation](https://docs.gitlab-mcp.sw.foundation/guide/installation/npm) | npm, Docker, VS Code, Codex |
47
- | [Configuration](https://docs.gitlab-mcp.sw.foundation/guide/configuration) | Environment variables, feature flags |
48
- | [Tool Reference](https://docs.gitlab-mcp.sw.foundation/tools/) | All 47 tools with parameters |
49
- | [OAuth Setup](https://docs.gitlab-mcp.sw.foundation/security/oauth) | Team authentication with Claude |
50
- | [TLS/HTTPS](https://docs.gitlab-mcp.sw.foundation/advanced/tls) | Production deployment with SSL |
51
- | [Customization](https://docs.gitlab-mcp.sw.foundation/advanced/customization) | Tool descriptions, action filtering |
52
- | [CLI Tools](https://docs.gitlab-mcp.sw.foundation/cli/list-tools) | Browse and export tool documentation |
46
+ | [Installation](https://gitlab-mcp.sw.foundation/guide/installation/npm) | npm, Docker, VS Code, Codex |
47
+ | [Configuration](https://gitlab-mcp.sw.foundation/guide/configuration) | Environment variables, feature flags |
48
+ | [Tool Reference](https://gitlab-mcp.sw.foundation/tools/) | All 47 tools with parameters |
49
+ | [OAuth Setup](https://gitlab-mcp.sw.foundation/security/oauth) | Team authentication with Claude |
50
+ | [TLS/HTTPS](https://gitlab-mcp.sw.foundation/advanced/tls) | Production deployment with SSL |
51
+ | [Customization](https://gitlab-mcp.sw.foundation/advanced/customization) | Tool descriptions, action filtering |
52
+ | [CLI Tools](https://gitlab-mcp.sw.foundation/cli/list-tools) | Browse and export tool documentation |
53
53
 
54
54
  ### Auto-generated Tool Reference
55
55
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "diff": "4.0.4",
8
8
  "esbuild": ">=0.25.0"
9
9
  },
10
- "version": "6.33.2",
10
+ "version": "6.33.3",
11
11
  "description": "MCP server for using the GitLab API",
12
12
  "license": "Apache-2.0",
13
13
  "author": "Dmitry Prudnikov <mail@polaz.com>",