Interface McpToolCallContext
Tool-call-specific MCP request metadata.
- Author:
- Mark Allen
-
Method Summary
Modifier and TypeMethodDescriptionProvides the request-scoped progress reporter when the call negotiated progress support.Provides the underlying request context.
-
Method Details
-
getRequestContext
Provides the underlying request context.- Returns:
- the request context
-
getProgressReporter
Provides the request-scoped progress reporter when the call negotiated progress support.- Returns:
- the progress reporter, if available
-