MCPcopy
hub / github.com/ComposioHQ/composio / Toolkit

Interface Toolkit

docs/types/toolkit.ts:79–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78// Full version with tools, triggers, and auth config details
79export interface Toolkit extends ToolkitSummary {
80 description: string;
81 authSchemes: string[];
82 composioManagedAuthSchemes?: string[];
83 version: string | null;
84 tools: Tool[];
85 triggers: Trigger[];
86 authConfigDetails?: AuthConfigDetail[];
87}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…