feat(mcp): add global_methods tool for listing global context methods#4199
Conversation
The global_member_info tool resolves a single global member by exact name, but offers no way to discover global context methods when the name is unknown. Add a global_methods MCP tool that lists global context functions/procedures (Сообщить/Message, СтартовыйСценарий/StartupScript, ...) with their signatures, return types and platform metadata, optionally narrowed by a case-insensitive name substring filter. Closes #4144 Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01GQfb6S4BacvUH6mGxb7shs
|
Warning Review limit reached
More reviews will be available in 14 minutes and 45 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
✨ Finishing Touches🧪 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 |
…arch Replace the methods-only global_methods tool with global_member_search, covering global functions, properties and system enums grouped by category. A categories parameter restricts the search; the query is matched with the same FuzzyMatcher as the editor autocomplete (exact > prefix > substring > subsequence, over both ru/en spelling) and results are ranked by relevance. Also fix the registered-tool-name assertions in the MCP server-boot tests, which the previous commit missed. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01GQfb6S4BacvUH6mGxb7shs
|
/buildJar |
|
✅ Собраны JAR-файлы для этого PR по команде Артефакт: 7852541549 Файлы внутри:
|
|
Test Results 3 528 files 3 528 suites 1h 41m 36s ⏱️ Results for commit 4433ebb. |



The global_member_info tool resolves a single global member by exact name,
but offers no way to discover global context methods when the name is
unknown. Add a global_methods MCP tool that lists global context
functions/procedures (Сообщить/Message, СтартовыйСценарий/StartupScript,
...) with their signatures, return types and platform metadata, optionally
narrowed by a case-insensitive name substring filter.
Closes #4144
Co-Authored-By: Claude Opus 4.8 [email protected]
Claude-Session: https://claude.ai/code/session_01GQfb6S4BacvUH6mGxb7shs