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

Method message

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

Source from the content-addressed store, hash-verified

99 pluginId: Schema.String,
100}) {
101 override get message(): string {
102 return `Plugin "${this.pluginId}" has no invokeTool handler for tool: ${this.address}`;
103 }
104}
105
106// ---------------------------------------------------------------------------

Callers 1

handleCheckFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected