MCPcopy Create free account
hub / github.com/Noumena-Network/code / makeCommand

Function makeCommand

src/session/replSubmitDispatch.test.ts:8–14  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

6import { dispatchReplSubmit } from './replSubmitDispatch.js'
7
8function makeCommand(name: string): Command {
9 return {
10 name,
11 description: `${name} command`,
12 type: 'local-jsx',
13 } as unknown as Command
14}
15
16function makeBaseOptions(overrides: Record<string, unknown> = {}) {
17 return {

Callers 1

makeBaseOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected