We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dicklesworthstone/mcp_agent_mail'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_main_http_entry.py•294 B
from __future__ import annotations
from typer.testing import CliRunner
def test_cli_help_no_args():
# Invoking CLI help should succeed
runner = CliRunner()
from mcp_agent_mail.cli import app as cli_app
res = runner.invoke(cli_app, ["--help"])
assert res.exit_code == 0