Skip to content

Commit 91f8477

Browse files
committed
wip: mcp
1 parent f04a5e5 commit 91f8477

7 files changed

Lines changed: 117 additions & 25 deletions

File tree

bun.lock

Lines changed: 34 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opencode.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,5 @@
55
"type": "local",
66
"command": ["opencode", "x", "@h1deya/mcp-server-weather"]
77
}
8-
},
9-
"experimental": {
10-
"hook": {
11-
"file_edited": {
12-
".json": [
13-
{
14-
"command": ["bun", "run", "prettier", "$FILE"]
15-
}
16-
]
17-
},
18-
"session_completed": [
19-
{
20-
"command": ["touch", "./node_modules/foo"]
21-
}
22-
]
23-
}
248
}
259
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typescript": "5.8.2",
1919
"@types/node": "22.13.9",
2020
"zod": "3.25.49",
21-
"ai": "5.0.0-beta.7"
21+
"ai": "5.0.0-beta.15"
2222
}
2323
},
2424
"devDependencies": {

packages/opencode/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@flystorage/file-storage": "1.1.0",
3030
"@flystorage/local-fs": "1.1.0",
3131
"@hono/zod-validator": "0.5.0",
32+
"@modelcontextprotocol/sdk": "1.15.1",
3233
"@openauthjs/openauth": "0.4.3",
3334
"@standard-schema/spec": "1.0.0",
3435
"ai": "catalog:",

0 commit comments

Comments
 (0)