Skip to main content
Glama
conftest.py452 B
"""Pytest configuration for GHL MCP Server tests.""" import pytest import os from unittest.mock import patch @pytest.fixture(autouse=True) def mock_env_vars(): """Mock environment variables for testing.""" with patch.dict(os.environ, { 'GHL_API_KEY': 'test_api_key', 'GHL_SUB_ACCOUNT_ID': 'test_sub_account', 'GHL_API_BASE_URL': 'https://test.gohighlevel.com/v1', 'ALLOWED_ORIGINS': '*' }): 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/JewelreyBoxAI/MCP-GHL'

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