Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fish2018/pansou
/ StartBackendArgs
Interface
StartBackendArgs
typescript/src/tools/start-backend.ts:28–30 ·
view source on GitHub ↗
* 启动后端服务工具参数接口
Source
from the content-addressed store, hash-verified
26
* 启动后端服务工具参数接口
27
*/
28
interface
StartBackendArgs {
29
force_restart?: boolean;
30
}
31
32
/**
33
* 执行启动后端服务工具
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected