Problem
The "Install in Claude Desktop" badge on the main documentation page (docs/index.md) links to /downloads/gitlab-mcp-latest.mcpb, but VitePress transforms markdown links by appending .html, resulting in a 404 at /downloads/gitlab-mcp-latest.mcpb.html.
The actual .mcpb file is correctly deployed and accessible at the path without .html.
Fix
Replace the markdown image-link syntax with a raw HTML <a> tag, which VitePress does not transform.