Skip to content

Conversation

@shinpr
Copy link
Owner

@shinpr shinpr commented Dec 5, 2025

Summary

  • Change properties index signature from unknown to object in RunAgentInputSchema
  • This fixes type compatibility with @modelcontextprotocol/sdk 1.24.0

Context

PR #32 (Dependabot) updates @modelcontextprotocol/sdk from 1.17.3 to 1.24.0, but the build fails due to stricter type requirements in the new version.

This PR prepares the codebase for that update. After merging this PR, please run @dependabot rebase on PR #32.

Test plan

  • npm run build passes
  • npm test passes (249 tests)

🤖 Generated with Claude Code

Change properties index signature from `unknown` to `object` to match
the stricter type requirements in @modelcontextprotocol/sdk 1.24.0.

This prepares the codebase for the dependency update in PR #32.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@shinpr shinpr self-assigned this Dec 5, 2025
@shinpr shinpr merged commit a75ce8f into main Dec 5, 2025
4 checks passed
@shinpr shinpr deleted the fix/mcp-sdk-type-compatibility branch December 5, 2025 11:00
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.

2 participants