Versions in this module Expand all Collapse all v0 v0.1.0 Jan 19, 2026 Changes in this version + func RegisterTools(rt *mcpkit.Runtime, manager *callmanager.Manager) + type ContinueCallInput struct + CallID string + Message string + type ContinueCallOutput struct + Response string + type EndCallInput struct + CallID string + Message string + type EndCallOutput struct + DurationSeconds float64 + type InitiateCallInput struct + Message string + type InitiateCallOutput struct + CallID string + Response string + type SpeakToUserInput struct + CallID string + Message string + type SpeakToUserOutput struct + Success bool