Skip to main content
Glama
conftest.py440 B
import pytest from pathlib import Path import tempfile @pytest.fixture def temp_dir(): with tempfile.TemporaryDirectory() as temp_dir: yield Path(temp_dir) @pytest.fixture def sample_audio_file(temp_dir): audio_file = temp_dir / "test.mp3" audio_file.touch() return audio_file @pytest.fixture def sample_video_file(temp_dir): video_file = temp_dir / "test.mp4" video_file.touch() return video_file

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/projectservan8n/elevenlabs-mcp'

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