Files
llm-observability-mcp/.env.example
Stefano 05af3880f6
Some checks failed
CI - Semantic Release / Semantic Release (push) Failing after 7m48s
Implementation of MCP for LLM Observability capture to PostHig
2025-07-13 20:42:19 -05:00

10 lines
208 B
Plaintext

# Enable debug logging
DEBUG=false
# Transport mode
TRANSPORT_MODE=<http | stdio>
# PostHog LLM Observability configuration
POSTHOG_API_KEY=<YourPostHogAPIKeyGoesHere>
POSTHOG_HOST=https://us.i.posthog.com