Skip to content

fix: remove non-existent conversationHistory property from test#41

Merged
mm-zacharydavison merged 1 commit intomainfrom
masudahiroto/fix-build-type-error
Mar 12, 2026
Merged

fix: remove non-existent conversationHistory property from test#41
mm-zacharydavison merged 1 commit intomainfrom
masudahiroto/fix-build-type-error

Conversation

@masudahiroto
Copy link
Copy Markdown
Contributor

Summary

  • Fixes CI build failure on main caused by a TypeScript error in mcpConfirmation.test.ts
  • The createTestSession helper referenced conversationHistory, which was removed from ClientSession in Fix: Tool call context loss after page reload. #32 but this test file was missed

Test plan

  • bun run build passes successfully

🤖 Generated with Claude Code

The createTestSession helper in mcpConfirmation.test.ts referenced
a conversationHistory property that does not exist on ClientSession,
causing a TypeScript build error.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@masudahiroto masudahiroto marked this pull request as ready for review March 12, 2026 07:30
@mm-zacharydavison mm-zacharydavison merged commit 642501b into main Mar 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants