Files
oh-my-opencode/packages/ast-grep-mcp/src/constants.ts
T

8 lines
212 B
TypeScript
Raw Normal View History

export {
CLI_LANGUAGES,
DEFAULT_TIMEOUT_MS,
DEFAULT_MAX_OUTPUT_BYTES,
DEFAULT_MAX_MATCHES,
} from "@oh-my-opencode/ast-grep-core"
2026-05-18 21:19:15 +09:00
export { findSgCliPathSync, getSgCliPath, setSgCliPath } from "./sg-cli-path"