Skip to content

Conversation

@joshrotenberg
Copy link
Collaborator

Summary

  • Bump tower-mcp dependency from 0.4.0 to 0.5.0
  • Remove .expect("valid tool") from all 100 ToolBuilder::build() call sites since build() is now infallible (returns Tool directly instead of Result<Tool>)

Test plan

  • cargo clippy -p redisctl-mcp --all-features -- -D warnings passes
  • cargo check -p redisctl-mcp --no-default-features passes
  • cargo test -p redisctl-mcp --lib --all-features passes (17/17)

ToolBuilder::build() is now infallible, so remove all .expect("valid
tool") calls across the tool modules (100 call sites).
@joshrotenberg joshrotenberg merged commit 25a8b40 into main Feb 7, 2026
19 checks passed
@joshrotenberg joshrotenberg deleted the chore/bump-tower-mcp-0.5 branch February 7, 2026 13:46
@joshrotenberg joshrotenberg mentioned this pull request Feb 7, 2026
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.

1 participant