Remove execution methods from Provider base class#2681
Conversation
WalkthroughThis pull request removes four public execution helper methods from the Provider class: Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**/*.py📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (1)📚 Learning: 2025-11-26T21:51:44.174ZApplied to files:
🧬 Code graph analysis (1)src/fastmcp/server/providers/base.py (4)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Removes
call_tool,read_resource,read_resource_template, andrender_promptmethods from theProviderbase class. These methods were mistakenly included and don't belong in the provider interface—providers source components, they don't execute them.Should have been removed entirely in #2663, not marked optional