slashCommandParsing.ts

This commit is contained in:
nirholas
2026-03-31 10:24:29 +00:00
parent 345307cbfc
commit 2b3cf8a435

View File

@@ -58,3 +58,4 @@ export function parseSlashCommand(input: string): ParsedSlashCommand | null {
isMcp, isMcp,
} }
} }