Skip to content
Merged
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: 3 additions & 1 deletion src/blog/mcp-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ Watch a demo of all 3 solutions in action:

<iframe width="560" height="315" src="https://www.youtube.com/embed/_ETWYIBAbOg?si=jWKN-SBhjMSgXJ-R" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<br/>

## Try It Yourself

The MCP Gateway repository includes a complete working example with Kuadrant:
Expand All @@ -520,7 +522,7 @@ make local-env-setup
make oauth-token-exchange-example-setup

# Open MCP Inspector to test
open "http://localhost:6274/?transport=streamable-http&serverUrl=http://mcp.127-0-0-1.sslip.io:8888/mcp"
make inspect-gateway
```

This creates:
Expand Down