Commit History

fix: remove invalid api_only parameter from gr.Blocks
530adaa

Alex Liberzon Qwen-Coder commited on

feat: auto-generate quiver plot and fix MCP endpoint display
d85de7d

Alex Liberzon Qwen-Coder commited on

docs: update README with three usage options
98f794c

Alex Liberzon Qwen-Coder commited on

fix: improve image loading error messages
6b00ce8

Alex Liberzon Qwen-Coder commited on

fix: add requests dependency for URL image loading
b626555

Alex Liberzon Qwen-Coder commited on

feat: enable verbose error reporting in Gradio
0a6b529

Alex Liberzon Qwen-Coder commited on

fix: handle image URLs and file paths in Gradio MCP
604e7f6

Alex Liberzon Qwen-Coder commited on

fix: restore Dockerfile for Gradio MCP server
753a695

Alex Liberzon Qwen-Coder commited on

fix: remove theme warning in gradio_app.py
002c898

Alex Liberzon Qwen-Coder commited on

remove Dockerfile - use Gradio SDK instead
6d3405f

Alex Liberzon Qwen-Coder commited on

feat: convert to Gradio MCP server for Hugging Face Spaces
073de0f

Alex Liberzon Qwen-Coder commited on

fix: use h11 HTTP/1.1 for HF Spaces compatibility
c653f49

Alex Liberzon Qwen-Coder commited on

refactor: follow DO remote MCP server template pattern
1c5dbbf

Alex Liberzon Qwen-Coder commited on

fix: use h11 HTTP/1.1 protocol for HF Spaces compatibility
b160288

Alex Liberzon Qwen-Coder commited on

fix: handle POST requests on /mcp/ redirect for HF Space
5e44ba5

Alex Liberzon Qwen-Coder commited on

docs: add Quick Start guide for first-time users
cd4d184

Alex Liberzon Qwen-Coder commited on

fix: try SSE transport
482326c

Alex Liberzon commited on

fix: add ProxyHeadersMiddleware for HF proxy
af67a7b

Alex Liberzon commited on

fix: remove invalid parameter
422f1d0

Alex Liberzon commited on

fix: allow forwarded hosts for HF proxy
8f1d57b

Alex Liberzon commited on

updated app
ae042e7

Alex Liberzon commited on

docs: update README with HF Space notes
4ec2973

Alex Liberzon commited on

added test
5dd6e65

Alex Liberzon commited on

fix: add redirect from /mcp/ to /mcp to handle trailing slash
ecefa0f

Alex Liberzon commited on

fix: working version with Starlette wrapper
c6b7863

Alex Liberzon commited on

fix: run MCP with Starlette wrapper for proper lifespan
ef63470

Alex Liberzon commited on

chore: trigger rebuild for HF Space
a77da3b

Alex Liberzon commited on

fix: simplify app.py to run MCP directly with uvicorn
e8d0d34

Alex Liberzon commited on

fix: update MCP server for Streamable HTTP transport
8fa3db3

Alex Liberzon commited on

added
efdffcf

Alex Liberzon commited on

Add OpenPIV client module and Qwen usage guide
3096388

Alex Liberzon Qwen-Coder commited on

Add Qwen usage documentation
041bbf8

Alex Liberzon Qwen-Coder commited on

Add OpenPIV client module and imageio dependency
5e3b9c4

Alex Liberzon Qwen-Coder commited on

Remove test client files
ebecd12

Alex Liberzon Qwen-Coder commited on

Update README with usage instructions
699a1e2

Alex Liberzon Qwen-Coder commited on

Use SSE transport for MCP server
41809f3

Alex Liberzon Qwen-Coder commited on

Fix MCP path routing - change /mcp route to / for proper mounting
e6b6eea

Alex Liberzon Qwen-Coder commited on

updated
a72babd

Alex Liberzon commited on

Mount StreamableHTTPASGIApp directly at /mcp
d6d153a

Alex Liberzon Qwen-Coder commited on

Fix MCP mounting - extract inner ASGI app to avoid double /mcp
2698452

Alex Liberzon Qwen-Coder commited on

Fix uvicorn config - remove unsupported parameters
93cef8d

Alex Liberzon Qwen-Coder commited on

Simplify app.py - remove unnecessary middleware
2a2fbbc

Alex Liberzon Qwen-Coder commited on

Add fastapi to requirements.txt
4b5be3d

Alex Liberzon Qwen-Coder commited on

Fix Host header validation for HF Spaces proxy
4755e1d

Alex Liberzon Qwen-Coder commited on

Add pytest config for async tests
4fefcb9

Alex Liberzon Qwen-Coder commited on

Update .gitignore
0a0e416

Alex Liberzon commited on

fastapi
23d4852

Alex Liberzon commited on

Use h11 HTTP protocol for better HF Spaces compatibility
49dc96a

Alex Liberzon Qwen-Coder commited on

Configure uvicorn with permissive proxy settings
833a24a

Alex Liberzon Qwen-Coder commited on

Update Dockerfile comment to trigger HF rebuild
d8bd018

Alex Liberzon Qwen-Coder commited on