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

Method message

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

Source from the content-addressed store, hash-verified

74 pluginId: Schema.String,
75}) {
76 override get message(): string {
77 return `Plugin "${this.pluginId}" has no invokeTool handler for tool: ${this.address}`;
78 }
79}
80
81// ---------------------------------------------------------------------------

Callers 1

handleCheckFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected