5 lines
269 B
TypeScript
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";
|