Files
oh-my-opencode/packages/ast-grep-mcp/src/index.ts
T
2026-05-18 21:27:36 +09:00

5 lines
269 B
TypeScript

export { handleAstGrepMcpRequest, runMcpStdioServer } from "./mcp";
export type { AstGrepMcpOptions, JsonRpcId, JsonRpcResponse, JsonRpcResult, McpToolDescriptor, TextContent } from "./mcp";
export { runSg } from "./runner";
export type { RunOptions } from "./runner";