MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / call

Method call

src/types/scriptcat.zh-CN.d.ts:1463–1463  ·  view source on GitHub ↗

按 Skill 名称和脚本名称调用 Skill 脚本,可传入参数。

(skillName: string, scriptName: string, params?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

1461
1462 /** 按 Skill 名称和脚本名称调用 Skill 脚本,可传入参数。 */
1463 call(skillName: string, scriptName: string, params?: Record<string, unknown>): Promise<unknown>;
1464 }
1465}
1466

Callers 12

early-start.jsFile · 0.65
sandbox_test.jsFile · 0.65
handlerRequestMethod · 0.65
createFuncWrapperFunction · 0.65
handleEventFunction · 0.65
ExecScriptClass · 0.65
addEventListenerMethod · 0.65
removeEventListenerMethod · 0.65
vitest.setup.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected