Skip to main content
Glama
test_resources.py373 B
from __future__ import annotations from public_apis_mcp.resources import load_catalog, load_catalog_indexed def test_catalog_loads(): items = load_catalog() assert len(items) >= 1 assert items[0].api def test_catalog_indexed(): items, idx = load_catalog_indexed() assert len(items) == len(idx) first_id = items[0].id assert first_id in idx

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/zazencodes/public-apis-mcp'

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