Skip to content

Commit 3397538

Browse files
committed
feat: initial CLI
1 parent 103f283 commit 3397538

File tree

7 files changed

+2152
-0
lines changed

7 files changed

+2152
-0
lines changed

opencode.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://opencode.ai/config.json",
3+
"mcp": {
4+
"curses_mcp": {
5+
"type": "local",
6+
"command": [
7+
"deno",
8+
"task",
9+
"pr:verify:curses-mcp:server"
10+
],
11+
"enabled": true,
12+
"timeout": 15000
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)