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

Function defineClientPlugin

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

Source from the content-addressed store, hash-verified

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