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

Function makeCommand

src/session/replSubmitPreludeDispatch.test.ts:5–11  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

3import { dispatchReplSubmitPrelude } from './replSubmitPreludeDispatch.js'
4
5function makeCommand(name: string): Command {
6 return {
7 name,
8 description: `${name} command`,
9 type: 'local-jsx',
10 } as unknown as Command
11}
12
13function makeBaseDeps() {
14 const events: string[] = []

Calls

no outgoing calls

Tested by

no test coverage detected