export const UPWORK_API_BASE_URL = "https://www.upwork.com/api"; export const UPWORK_USER_AGENT = "ChillMCP-Upwork/1.0.0"; export const API_TIMEOUT = 30000; // 30 seconds export const SERVER_INFO = { name: "mcp-upwork", version: "1.0.0" }; export const DEFAULT_PAGE_SIZE = 20; export const MAX_PAGE_SIZE = 100;