chore: move from esm to cjs before upstreaming (#986)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import { zodToJsonSchema } from '../mcp/bundle.js';
|
||||
|
||||
import type { z } from 'zod';
|
||||
import type * as mcpServer from './server.js';
|
||||
import type * as mcpServer from './server';
|
||||
|
||||
export type ToolSchema<Input extends z.Schema> = {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user