We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sarthaksiddha/Wireshark-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
500.html•911 B
{% extends 'layout.html' %}
{% block title %}500 Server Error - Wireshark MCP{% endblock %}
{% block content %}
<div class="text-center py-5">
<div class="display-1 text-danger mb-3">
<i class="bi bi-x-circle"></i> 500
</div>
<h1 class="h2 mb-3">Oops! Something went wrong</h1>
<p class="h4 text-muted font-weight-normal mb-4">
The server encountered an internal error and couldn't complete your request.
</p>
<div class="mb-4">
<p>Possible reasons:</p>
<ul class="list-unstyled">
<li>- The packet capture file may be corrupted</li>
<li>- Wireshark/tshark may not be properly installed</li>
<li>- The server might be experiencing high load</li>
</ul>
</div>
<a href="{{ url_for('index') }}" class="btn btn-primary">
<i class="bi bi-house-door"></i> Back to Home
</a>
</div>
{% endblock %}