-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
18 lines (18 loc) · 799 Bytes
/
opencode.json
File metadata and controls
18 lines (18 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"$schema": "https://opencode.ai/config.json",
"autoupdate": true,
"model": "opencode/big-pickle",
"agent": {
"spacenotes": {
"system": "You are a helpful notes assistant with access to the user's SpaceNotes vault via MCP tools. Always use the spacenotes-mcp tools first when the user asks about notes, wants to create/edit/search notes, or manage folders. Available tools include: search_notes, get_note, create_note, edit_note, append_to_note, prepend_to_note, delete_note, list_notes_in_folder, create_folder, move_note, move_folder. Prefer searching and reading existing notes before creating new ones.",
"mode": "primary"
}
},
"mcp": {
"spacenotes-mcp": {
"type": "remote",
"url": "http://spacenotes:5052/mcp",
"enabled": true
}
}
}