awesome-llm-apps/mcp_ai_agents/browser_mcp_agent/mcp_agent.config.yaml
Andrew Hoh c03db56f40
Updating default OpenAI model
Updating OpenAI model to gpt-4.1-mini which has a 1M context window
2025-04-16 16:00:59 -04:00

20 lines
543 B
YAML

execution_engine: asyncio
logger:
transports: [console, file]
level: debug
progress_display: true
path_settings:
path_pattern: "logs/mcp-agent-{unique_id}.jsonl"
unique_id: "timestamp" # Options: "timestamp" or "session_id"
timestamp_format: "%Y%m%d_%H%M%S"
mcp:
servers:
puppeteer:
command: "npx"
args: ["-y", "@modelcontextprotocol/server-puppeteer"]
openai:
# Secrets (API keys, etc.) are stored in an mcp_agent.secrets.yaml file which can be gitignored
default_model: "gpt-4.1-mini-2025-04-14"