-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Document client meta parameter #2367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis pull request adds documentation and docstring updates for a new meta parameter in tool calls. The meta parameter enables clients to send metadata with tool calls that becomes accessible server-side via Possibly related issues
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🧰 Additional context used📓 Path-based instructions (1)docs/**/*.mdx📄 CodeRabbit inference engine (docs/.cursor/rules/mintlify.mdc)
Files:
⏰ 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). (1)
🔇 Additional comments (4)
Comment |
Adds documentation for the
metaparameter oncall_tool()andcall_tool_mcp()(added in PR #2206).The
metaparameter allows clients to send ancillary information alongside requests - useful for observability, debugging, client identification, or any context the server may need beyond tool arguments.Client usage:
Server access:
Documentation is intentionally neutral about use cases - the structure and usage of
metais application-dependent.