chore: move from esm to cjs before upstreaming (#986)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
import { z } from '../mcp/bundle.js';
|
||||
import { defineTool } from './tool.js';
|
||||
import { defineTool } from './tool';
|
||||
|
||||
const wait = defineTool({
|
||||
capability: 'core',
|
||||
|
||||
Reference in New Issue
Block a user