MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / CommandNode

Interface CommandNode

packages/ast/parse/types.ts:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14export interface CommandNode {
15 type: string;
16 name: string;
17 arguments: string[];
18 label?: string;
19 source: string;
20}
21
22export interface ChannelNode {
23 type: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected