Skip to main content
Glama
test_cli.py430 B
from __future__ import annotations import json import subprocess import sys def test_describe_cli_outputs_metadata() -> None: result = subprocess.run( [sys.executable, "-m", "pterasim_mcp", "--describe"], capture_output=True, text=True, check=True, ) payload = json.loads(result.stdout) assert payload["name"] == "pterasim-mcp" assert payload["default_transport"] == "stdio"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yevheniikravchuk/pterasim-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server