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

Function defineClientPlugin

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

Source from the content-addressed store, hash-verified

343 * (or named) export from `./client`.
344 */
345export const defineClientPlugin = <const TId extends string>(
346 spec: ClientPluginSpec<TId>,
347): ClientPluginSpec<TId> => spec;
348
349// ---------------------------------------------------------------------------
350// 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