Skip to main content
Glama
conftest.py402 B
"""Minimal pytest fixtures for testing our business logic.""" import pytest @pytest.fixture def valid_config_data(): """Valid configuration data for testing our validation.""" return { "partner_id": 12345, "service_url": "https://test.kaltura.com", "admin_secret": "test_secret_12345678", "user_id": "test@example.com", "session_expiry": 86400, }

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/zoharbabin/kaltura-mcp'

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