MCPcopy Create free account
hub / github.com/ZingerLittleBee/ServerBee / ServerSummary

Interface ServerSummary

packages/widget-sdk/src/runtime-context.ts:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { QueryClient } from '@tanstack/react-query'
2
3export interface ServerSummary {
4 capabilities: number
5 id: string
6 lastSeen: number | null
7 name: string
8 online: boolean
9}
10
11export interface NotifyOptions {
12 message: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected