Skip to content

Commit 74e0154

Browse files
authored
Update MkDocs logo to match README branding (#102)
* Update MkDocs logo to match README - Copy mcp_gateway_horizontal_white_logo.png to docs/img/ folder - Update mkdocs.yml to use the same horizontal white logo as README - This ensures consistent branding between README and documentation website - The logo in the MkDocs theme header now matches the main repository logo * Fix title consistency: 'Enterprise-Grade MCP Server & Registry' - Update docs/index.md to use consistent title matching README - Change from 'MCP Server Registry & Reverse Proxy' to 'MCP Server & Registry' - Ensures consistent branding and messaging across all documentation * Add MCP_tools.gif to README and MkDocs landing page - Add prominent MCP Tools in Action section to README after ASCII diagram - Add MCP Tools demo section to docs/index.md after demo videos - Use 800px width for optimal visibility on both desktop and mobile - Provides visual demonstration of dynamic tool discovery and MCP integration - Enhances user engagement with interactive content showing platform capabilities
1 parent 8503e09 commit 74e0154

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ The **MCP Gateway & Registry** is an enterprise-ready platform that centralizes
7070
└─────────────────────────────────────┘ └──────────────────────────────────────┘
7171
```
7272

73+
## 🔧 MCP Tools in Action
74+
75+
<div align="center">
76+
<img src="docs/img/MCP_tools.gif" alt="MCP Tools Demo" width="800"/>
77+
</div>
78+
79+
*Experience dynamic tool discovery and intelligent MCP server integration in real-time*
80+
7381
---
7482

7583
## Core Use Cases
30.2 KB
Loading

docs/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="img/mcp-gateway-header.svg" alt="MCP Gateway & Registry" width="600"/>
55
</div>
66

7-
## Enterprise-Grade MCP Server Registry & Reverse Proxy
7+
## Enterprise-Grade MCP Server & Registry
88

99
A comprehensive solution for managing, securing, and accessing Model Context Protocol (MCP) servers at scale. Built for enterprises, development teams, and autonomous AI agents.
1010

@@ -15,6 +15,14 @@ A comprehensive solution for managing, securing, and accessing Model Context Pro
1515
| **🔐 OAuth Authentication** | [Watch OAuth Setup](https://github.com/agentic-community/mcp-gateway-registry/assets/your-user/demo-oauth.mp4) |
1616
| **🤖 AI Agent Integration** | [Watch AI Agents](https://github.com/agentic-community/mcp-gateway-registry/assets/your-user/demo-ai-agents.mp4) |
1717

18+
### 🔧 MCP Tools in Action
19+
20+
<div align="center">
21+
<img src="img/MCP_tools.gif" alt="MCP Tools Demo" width="800"/>
22+
</div>
23+
24+
*Experience dynamic tool discovery and intelligent MCP server integration in real-time*
25+
1826
---
1927

2028
## Key Features

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ theme:
4242
- toc.integrate
4343
- content.code.copy
4444
- content.code.annotate
45-
logo: docs/img/registry.png
45+
logo: docs/img/mcp_gateway_horizontal_white_logo.png
4646
favicon: docs/img/registry.png
4747

4848
# Plugins

0 commit comments

Comments
 (0)