Skip to main content
Glama
conftest.py348 B
import os import pytest @pytest.fixture(autouse=True) def _set_test_env(monkeypatch): # Ensure a dummy API key is present for code paths that read env monkeypatch.setenv("DUNE_API_KEY", os.getenv("DUNE_API_KEY", "test_key")) # Disable live network usage by default monkeypatch.delenv("SPICE_TEST_LIVE", raising=False) yield

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/Evan-Kim2028/spice-mcp'

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