import { getProfileTool } from "./get-profile.js"; export const profileTools = [ getProfileTool.definition ]; export const profileToolHandlers = { "upwork_get_profile": getProfileTool.handler };