Skip to content

Fix CI: replace tsc with wrangler dry-run build#61

Merged
liplus-lin-lay merged 1 commit intomainfrom
session/60-fix-ci
Mar 25, 2026
Merged

Fix CI: replace tsc with wrangler dry-run build#61
liplus-lin-lay merged 1 commit intomainfrom
session/60-fix-ci

Conversation

@liplus-lin-lay
Copy link
Copy Markdown
Collaborator

Refs #60
agents SDK の MCP SDK バージョン不一致による tsc 型エラーを解消。
wrangler deploy --dry-run に切り替え、実際のビルドパイプラインで Worker を検証する。

agents SDK が内部に別バージョンの MCP SDK を持つため tsc --noEmit で型衝突が発生。
wrangler deploy --dry-run に切り替えて実際のビルドパイプラインで検証する。

refs #60

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@liplus-lin-lay liplus-lin-lay linked an issue Mar 25, 2026 that may be closed by this pull request
@liplus-lin-lay liplus-lin-lay merged commit 66a69e1 into main Mar 25, 2026
1 check passed
@liplus-lin-lay liplus-lin-lay deleted the session/60-fix-ci branch March 25, 2026 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix CI: remove tsc type check due to agents SDK type mismatch

1 participant