Skip to main content
Glama

FastMCP Boilerplate

by rainer85ah
test_chat_endpoints.py541 B
def test_root(test_client): response = test_client.get("/") assert response.status_code == 200 assert response.json() == {"status": "API up!"} def test_health(test_client): response = test_client.get("/health") assert response.status_code == 200 assert response.json() == {"status": "healthy"} def test_chat_tools(test_client): response = test_client.get("/api/v1/chat") assert response.status_code == 200 json = response.json() assert "status" in json assert isinstance(json["status"], str)

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/rainer85ah/mcp-server'

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