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

Method message

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

Source from the content-addressed store, hash-verified

92 pluginId: Schema.String,
93}) {
94 override get message(): string {
95 return `Plugin "${this.pluginId}" has no invokeTool handler for tool: ${this.address}`;
96 }
97}
98
99// ---------------------------------------------------------------------------

Callers 1

handleCheckFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected