Skip to main content
Glama

Jentic

Official
by jentic
conftest.py639 B
from collections.abc import AsyncGenerator import pytest_asyncio from jentic import Jentic from jentic.lib.cfg import AgentConfig from jentic.lib.core_api import BackendAPI def agent_config() -> AgentConfig: return AgentConfig( agent_api_key="ak_Rw723dw7oy4EjQB5x8lh7d", environment="qa", ) @pytest_asyncio.fixture(autouse=True) async def backend_api() -> AsyncGenerator[BackendAPI, None]: api = BackendAPI(agent_config()) yield api @pytest_asyncio.fixture(autouse=True) async def client(backend_api: BackendAPI) -> AsyncGenerator[Jentic, None]: client = Jentic(agent_config()) yield client

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/jentic/jentic-tools'

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