Skip to main content
Glama
core.py322 B
"""Thin wrapper to shared core implementation.""" from __future__ import annotations from image_generator import core as _core _state = _core._state # pylint: disable=protected-access # keep test access __all__ = getattr(_core, "__all__", []) + ["_state"] def __getattr__(name: str): return getattr(_core, name)

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/vipincr/imagen-mcp'

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