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

Function defineClientPlugin

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

Source from the content-addressed store, hash-verified

267 * (or named) export from `./client`.
268 */
269export const defineClientPlugin = <const TId extends string>(
270 spec: ClientPluginSpec<TId>,
271): ClientPluginSpec<TId> => spec;
272
273// ---------------------------------------------------------------------------
274// 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