Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.49.1
MCP API Deployment Status
Deployment Information
- Date: January 5, 2025, 2:00 PM
- Commit: 9109971
- Files Deployed:
mcp_api.py- FastAPI MCP endpointsapp_mcp_integration.py- Integration guiderequirements.txt- Updated dependencies
Deployment Timeline
- ✅ 2:00 PM - Files committed and pushed to HF Space
- ⏳ 2:00-2:03 PM - HF Space rebuilding (estimated 2-3 minutes)
- ⏳ 2:03 PM - MCP API endpoints available
- ⏳ 2:04 PM - Test MCP API health endpoint
- ⏳ 2:05 PM - Generate first mech asset
Expected Endpoints (After Rebuild)
- Health Check: https://xernive-game-asset-generator-pro.hf.space/mcp/health
- API Docs: https://xernive-game-asset-generator-pro.hf.space/mcp/docs
- Generate 3D: https://xernive-game-asset-generator-pro.hf.space/mcp/generate_3d
- Quality Presets: https://xernive-game-asset-generator-pro.hf.space/mcp/quality_presets
Testing Commands
1. Check if rebuild is complete
Invoke-WebRequest -Uri "https://xernive-game-asset-generator-pro.hf.space/mcp/health" -UseBasicParsing
2. Test MCP API generation
mcp_game_asset_pipeline_mcp_generate_3d_asset({
quality_preset: "high",
generate_pbr_materials: true,
prompt: "3D model quadrupedal mech chassis, game asset, front view",
generate_lods: true
});
Status
🟡 DEPLOYING - Waiting for HF Space rebuild (~2-3 minutes)
Check Space logs: https://huggingface.co/spaces/Xernive/game-asset-generator-pro?logs=container
Next Steps
- Wait for rebuild to complete
- Test health endpoint
- Generate mech assets
- Import to Godot
- Celebrate! 🎉