-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp_agent.config.yaml
More file actions
42 lines (38 loc) · 838 Bytes
/
mcp_agent.config.yaml
File metadata and controls
42 lines (38 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
app:
name: "auto_llm_research_agent"
log_level: "DEBUG"
mcp:
servers:
playwright:
name: "playwright"
command: "npx"
args:
- "@playwright/mcp@latest"
- "--isolated"
transport: "stdio"
timeout: 120
env: {}
filesystem:
name: "filesystem"
command: "npx"
args:
- "-y"
- "@modelcontextprotocol/server-filesystem"
- "/Users/kingjames/auto-llm/data"
transport: "stdio"
timeout: 60
env: {}
memory:
name: "memory"
command: "npx"
args:
- "-y"
- "@modelcontextprotocol/server-memory"
transport: "stdio"
timeout: 30
env:
MEMORY_FILE_PATH: "/Users/kingjames/auto-llm/data/memory.json"
telemetry:
enabled: true
export_console: true
export_jaeger: false