Skip to main content
Glama
hsiangjenli
by hsiangjenli
export_openapi.py257 B
from mcp_tools.main import app import json if __name__ == "__main__": openapi_schema = app.openapi() with open("docs/openapi.json", "w") as f: json.dump(openapi_schema, f, indent=2) print("OpenAPI schema exported to docs/openapi.json")

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/hsiangjenli/mcp-slidev'

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