[mcp] fix: advertise gpu id item limit - #272
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughA ChangesMAX_GPU_IDS Enforcement
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Poem A rabbit hopped through code so neat, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
Summary
MAX_GPU_IDSfor the publicgpu_idslist-size contractstart_keep.inputSchema.properties.gpu_ids.maxItemsVerification
PYTHONPATH=src pytest tests/mcp/test_server.py -k mcp_tools_list_exposes_keepgpu_actions -qPYTHONPATH=src pytest tests/utilities/test_session_config.py -qPYTHONPATH=src pytest tests/mcp/test_server.py tests/utilities/test_session_config.py -qmkdocs build --strictPYTHONPATH=src pytest tests -qpre-commit run --all-files --show-diff-on-failureLocal subagent review: no must-fix issues found.
README note: Zenodo DOI badge remains present at
README.md:5.Summary by CodeRabbit
New Features
gpu_idslists are capped at 64 entries, and this limit is now clearly advertised to clients.Documentation