499aff011a
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
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";
|