{"name":"i18n-agent-mcp","version":"1.0.0","description":"AI-powered translation service with cultural adaptation","endpoints":{"health":"GET /health","translations":"POST /translations - Create translation (unified file/text)","translations_history":"GET /translations - List translation history","translation_details":"GET /translations/{id} - Get translation details","translation_status":"GET /translations/{id}/status - Get status","translation_result":"GET /translations/{id}/result - Download result","translation_original":"GET /translations/{id}/original - Download original","translation_resume":"POST /translations/{id}/resume - Resume failed translation","translations_stream":"POST /translations/stream - Create with SSE progress","translations_estimate":"POST /translations/estimate - Cost estimate","analyze":"POST /analyze - Analyze content for translation readiness","active_jobs":"GET /translations/jobs/active - Active jobs","languages":"GET /languages - Supported languages","files":"GET /files/{filePath} - Download file from storage","mcp":"POST / - MCP JSON-RPC endpoint","tools":"GET /tools - List available MCP tools"},"file_upload_formats":{"multipart":"Use multipart/form-data with \"file\" field for binary uploads","json_base64":"Use JSON body with \"fileBase64\" field for base64 encoded files","json_text":"Use JSON body with \"fileContent\" field for text files","json_path":"Use JSON body with \"filePath\" field for server-side files"}}