MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / message

Method message

packages/core/sdk/src/errors.ts:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 pluginId: Schema.String,
107}) {
108 override get message(): string {
109 return `Plugin "${this.pluginId}" has no invokeTool handler for tool: ${this.address}`;
110 }
111}
112
113// ---------------------------------------------------------------------------

Callers 1

handleCheckFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected