MCPcopy Create free account
hub / github.com/msgbyte/tailchat / fetchLocalStaticRegistryPlugins

Function fetchLocalStaticRegistryPlugins

client/shared/model/plugin.ts:87–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 * 前端固定
86 */
87export async function fetchLocalStaticRegistryPlugins(): Promise<
88 PluginManifest[]
89> {
90 const { data } = await request.get('/registry.json', { baseURL: '' });
91
92 return data;
93}

Callers 1

getCachedRegistryPluginsFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected