UNPKG

@mcp-shark/mcp-shark

Version:

Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI. Prov deep visibility into every request and response.

17 lines (15 loc) 550 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="MCP Shark - Wireshark-like forensic analysis tool for Model Context Protocol communications" /> <title>MCP Shark</title> <link rel="icon" type="image/png" href="/og-image.png" /> <link rel="apple-touch-icon" href="/og-image.png" /> </head> <body> <div id="root"></div> <script type="module" src="/src/main.jsx"></script> </body> </html>