import { registerToolType } from "./registry"; import { fetchExecutor } from "./executors/fetch/fetch"; registerToolType("fetch", fetchExecutor);