Skip to content

fix: One-Click Install link leads to 404 (.mcpb.html) #185

@polaz

Description

@polaz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions