Skip to content

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

@liplus-lin-lay

Description

@liplus-lin-lay

purpose

CI の tsc --noEmit が agents SDK と @modelcontextprotocol/sdk の型不一致で失敗。
agents パッケージが内部に別バージョンの MCP SDK を持つため、McpServer の型が衝突する。

premise

  • Worker のビルドは wrangler deploy で検証されている(本番デプロイ済み)
  • tsc --noEmit は agents SDK の型解決に依存するため CI では不安定
  • syntax check (node --check) はローカルブリッジに対して有効

constraints

  • CI を green に戻す
  • Worker の型チェックは wrangler deploy 時に行う

Metadata

Metadata

Labels

bugSomething isn't workingreadybody converged for implementation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions