Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,14 @@ <h1>GitHub MCP Server</h1>
<span class="badge">OAuth</span>
<span class="badge">MCP Prompts</span>
<br>
<a href="https://github.com/ldraney/github-mcp/releases" class="cta">Download Bundle</a>
<a href="https://github.com/ldraney/github-mcp/releases/latest" class="cta">Download Bundle</a>
</div>

<h2>Quick Start</h2>

<h3>Option 1: Claude Desktop (MCPB Bundle)</h3>
<ol>
<li>Download <code>github-mcp.mcpb</code> from <a href="https://github.com/ldraney/github-mcp/releases">Releases</a></li>
<li>Download <code>github-mcp.mcpb</code> from <a href="https://github.com/ldraney/github-mcp/releases/latest">Releases</a></li>
<li>Double-click to install</li>
<li>Restart Claude Desktop</li>
<li>On first use, authenticate via GitHub</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h1>GitHub MCP Server</h1>

<div class="hero-buttons">
<a href="guide.html" class="btn btn-primary">Get Started</a>
<a href="https://github.com/ldraney/github-mcp/releases" class="btn btn-secondary">Download Bundle</a>
<a href="https://github.com/ldraney/github-mcp/releases/latest" class="btn btn-secondary">Download Bundle</a>
</div>
</div>

Expand Down