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

5 lines
269 B
TypeScript
Raw Normal View History

2026-05-18 21:19:15 +09:00
export { handleAstGrepMcpRequest, runMcpStdioServer } from "./mcp";
export type { AstGrepMcpOptions, JsonRpcId, JsonRpcResponse, JsonRpcResult, McpToolDescriptor, TextContent } from "./mcp";
export { runSg } from "./runner";
export type { RunOptions } from "./runner";