Uses of Interface
com.github.copilot.rpc.PreMcpToolCallHandler
Packages that use PreMcpToolCallHandler
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of PreMcpToolCallHandler in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return PreMcpToolCallHandlerModifier and TypeMethodDescriptionSessionHooks.getOnPreMcpToolCall()Gets the pre-MCP-tool-call handler.Methods in com.github.copilot.rpc with parameters of type PreMcpToolCallHandlerModifier and TypeMethodDescriptionSessionHooks.setOnPreMcpToolCall(PreMcpToolCallHandler onPreMcpToolCall) Sets the handler called before an MCP tool call is dispatched to an MCP server.