forked from gptme/gptme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgptme.toml
More file actions
46 lines (38 loc) · 826 Bytes
/
gptme.toml
File metadata and controls
46 lines (38 loc) · 826 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
43
44
45
46
prompt = "This is gptme"
files = ["README.md", "AGENTS.md", "Makefile", "docs/glossary.md"]
#files = ["README.md", "Makefile", "gptme/cli.py", "docs/*.rst", "docs/*.md"]
[lessons]
dirs = ["docs/lessons"]
# Unified context configuration
#[context]
#enabled = true # Master switch (replaces GPTME_FRESH)
#[context.selector]
#enabled = true
#strategy = "hybrid"
#max_candidates = 30
#[rag]
#enabled = true
#[plugins]
#paths = [
# # Add your local plugin paths here
# # Example: "../gptme-contrib/plugins/consortium"
#]
[mcp]
enabled = true
auto_start = true
#[[mcp.servers]]
#name = "notion"
#command = "npx"
#args = [
# "-y",
# "mcp-remote",
# "https://mcp.notion.com/mcp"
#]
#[[mcp.servers]]
#name = "linear"
#command = "npx"
#args = [
# "-y",
# "mcp-remote",
# "https://mcp.linear.app/mcp"
#]