We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rashhh22/rentsmart_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•178 B
"""Top‑level package for the RentSmart MCP.
This file allows `app` to be recognised as a Python package. All FastAPI
endpoints are defined in `app/main.py`.
"""
__all__ = []