--- title: Universal File Converter emoji: 🗃️ colorFrom: yellow colorTo: green sdk: gradio sdk_version: 5.32.0 app_file: src/app.py tags: - mcp-server-track - file-converter - api pinned: false license: apache-2.0 short_description: Convert any file to any file format. --- To run the server use: ```bash uv run python src/app.py ``` To test the server use: ```bash uv run python .\test\test_app.py ```