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

Function defineClientPlugin

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

Source from the content-addressed store, hash-verified

283 * (or named) export from `./client`.
284 */
285export const defineClientPlugin = <const TId extends string>(
286 spec: ClientPluginSpec<TId>,
287): ClientPluginSpec<TId> => spec;
288
289// ---------------------------------------------------------------------------
290// createPluginAtomClient — typed reactive HTTP client for one plugin.

Callers 8

client.tsxFile · 0.90
client.tsxFile · 0.90
client.tsxFile · 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