UNPKG

@chinchillaenterprises/mcp-upwork

Version:

Modular Upwork MCP server for job search and proposal management via Upwork API

12 lines (10 loc) 343 B
import { getProfileTool } from "./get-profile.js"; import { updateProfileTool } from "./update-profile.js"; export const profileTools = [ getProfileTool.definition, updateProfileTool.definition ]; export const profileToolHandlers = { "upwork_get_profile": getProfileTool.handler, "upwork_update_profile": updateProfileTool.handler };