fix: restore dev CI (#33701)

This commit is contained in:
Aiden Cline 2026-06-24 14:04:50 -05:00 committed by GitHub
parent ea5dd9d940
commit 1ddb75dd3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -325,6 +325,7 @@ jobs:
run: bun run build
working-directory: packages/desktop
env:
NODE_OPTIONS: --max-old-space-size=4096
OPENCODE_CHANNEL: ${{ (github.ref_name == 'beta' && 'beta') || 'prod' }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ vars.SENTRY_ORG }}

View file

@ -99,6 +99,8 @@ void mock.module("@modelcontextprotocol/sdk/client/index.js", () => ({
return serverCapabilities
}
getInstructions() {}
async listTools() {
listToolsCalls++
return { tools: [{ name: "test_tool", inputSchema: { type: "object", properties: {} } }] }