MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / defineClientPlugin

Function defineClientPlugin

packages/core/sdk/src/client.ts:267–269  ·  view source on GitHub ↗
(
  spec: ClientPluginSpec<TId>,
)

Source from the content-addressed store, hash-verified

265 * (or named) export from `./client`.
266 */
267export const defineClientPlugin = <const TId extends string>(
268 spec: ClientPluginSpec<TId>,
269): ClientPluginSpec<TId> => spec;
270
271// ---------------------------------------------------------------------------
272// createPluginAtomClient — typed reactive HTTP client for one plugin.

Callers 9

client.tsxFile · 0.90
client.tsxFile · 0.90
client.tsxFile · 0.90
appsClientPluginFunction · 0.90
createMcpClientPluginFunction · 0.90
plugin-client.tsxFile · 0.90
plugin-client.tsxFile · 0.90
plugin-client.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected