Skip to main content
Glama

WorkFlowy MCP Server

by daniel347x
test_utils.py633 B
"""Test utilities for WorkFlowy MCP tests.""" import os import sys from pathlib import Path # Add src to path for imports src_path = Path(__file__).parent.parent / "src" sys.path.insert(0, str(src_path)) # Set up test environment variables if not already set if "WORKFLOWY_API_KEY" not in os.environ: os.environ["WORKFLOWY_API_KEY"] = "test-api-key" def setup_test_env(): """Set up test environment.""" os.environ.setdefault("WORKFLOWY_API_KEY", "test-api-key") os.environ.setdefault("WORKFLOWY_API_URL", "https://api.test.workflowy.com") os.environ.setdefault("LOG_LEVEL", "ERROR") # Reduce noise in tests

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/daniel347x/workflowy-mcp-fixed'

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