MCPcopy Create free account
hub / github.com/Microck/opencode-studio / getSystemTools

Function getSystemTools

client-next/src/lib/api.ts:267–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265}
266
267export async function getSystemTools(): Promise<SystemToolInfo[]> {
268 const { data } = await api.get<SystemToolInfo[]>('/system/tools');
269 return data;
270}
271
272export async function getProjectRules(): Promise<RulesResponse> {
273 const { data } = await api.get<RulesResponse>('/project/rules');

Callers 1

loadDetailsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected