MCPcopy Create free account
hub / github.com/backnotprop/plannotator / handleOpenInApps

Function handleOpenInApps

packages/server/open-in.ts:300–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 * empty when unavailable.
299 */
300export function handleOpenInApps(): Response {
301 if (isRemoteSession()) {
302 return Response.json({ available: false, apps: [] });
303 }
304 return Response.json({ available: true, apps: getAvailableOpenInApps() });
305}
306
307export interface HandleOpenInOptions {
308 /**

Callers 2

fetchFunction · 0.90
fetchFunction · 0.90

Calls 2

isRemoteSessionFunction · 0.90
getAvailableOpenInAppsFunction · 0.70

Tested by

no test coverage detected