Skip to content

velodb-mcp-server-0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Aug 04:09
f235832
fix(webui): add inline SVG favicon to stop /favicon.ico 404 (#7)

The web UI pages didn't declare a <link rel="icon">, so browsers fell
back to requesting /favicon.ico at the host root, which the MCP server
doesn't serve -> 404 on every page load. Add an inline data-URI SVG
favicon (database icon matching the UI's --link color) to both the login
and the main shell templates; the browser then stops requesting
/favicon.ico entirely, no route needed.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>