MCPcopy
hub / github.com/virattt/dexter / SlashCommand

Interface SlashCommand

src/commands/index.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface SlashCommand {
2 name: string;
3 description: string;
4}
5
6export const SLASH_COMMANDS: SlashCommand[] = [
7 { name: 'model', description: 'Switch LLM provider and model' },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected