Skip to content

Release v0.1.10

Choose a tag to compare

@github-actions github-actions released this 12 May 13:33
· 47 commits to main since this release

Feature

  • feat(nginx): add nginx reverse-proxy conf
  • feat: support active flag in config to disable mcp server
  • feat: add /admin web ui to manage mcp servers
  • feat: add individual tool manage in admin webui and add xapi/auth sse header support
  • feat: add install mcp server logic on webui
  • feat: add save/reload config on admin webui
  • feat: add env edit button on webui
  • feat: add tool arg description to sse
  • feat: implement /message?action=new_session
  • feat(admin): implement web terminal and real-time install output
  • feat: use TOOLS_FOLDER for Stdio server install path
  • feat: initial support for parse config on admin webui
  • feat(admin): implement JSON config parsing and improve UI/UX
  • feat(admin): add JSON config parsing, dirty check for install, UI fixes
  • feat(admin): implement JSON config parsing, terminal prompt fix, UI/UX improvements
  • feat: support homeassisstant addon
  • feat: add logo.png and icon.png for addon
  • feat: add homeassistant ingress support
  • Feat: Build both standard and bundled Docker images via workflow
  • Feat: Visual cue for tools of inactive servers and UI tweaks
  • Feat: Add per-tool reset button and improve responsive layout for tool headers

Fix

  • fix(config): new config format
  • fix(readme): improve readme
  • fix(DOCKERFILE): fix for docker build
  • fix(DOCKERFILE): fix dockerfile again
  • fix(readme): add PORT env for readme
  • fix: fix void list error
  • fix: fix docker build
  • fix: fix docker build again
  • fix: fix dockerfile
  • fix: improve release workflow
  • fix: improve gemini tool name compatibility
  • fix: fix install server button on admin ui bug
  • fix(admin): improve header layout and fix add server/parse config UI
  • fix: fix css empty block warning
  • fix(admin): improve installDirectory linkage and header layout
  • fix(admin): improve header layout, installDirectory linkage, and add footer
  • fix: docker build
  • Fix: Ensure BUILD_FROM is available in Dockerfile RUN contexts for addon builds
  • Fix: Use --break-system-packages for uv install in addon build
  • fix: add s6 overlay files
  • fix: small fix
  • fix: fix port for addon
  • Fix: Adjust tool page button layout and fix CSS/HTML issues

Performance

  • perf: clean up tools page redundant code
  • perf: improve DOCKERFILE
  • perf: remove redundant get new_session endpoint
  • perf(DOCKERFILE): add uv test in dockerfile
  • perf: add python version for uv test

Documentation

  • docs: add Chinese README and link
  • docs: recommend pre-built docker image and remove node-pty details
  • docs: recommend URL query param for SSE client auth
  • docs: add funding links to footer and .github/FUNDING.yml
  • Docs: Update Docker image instructions for standard and bundled versions

Chore

  • chore(workflow): add github docker and release workflow
  • chore: bump version
  • chore(version): bump version v0.0.3
  • chore(workflow): improve workflow
  • chore(version): bump version v0.0.4
  • chore: bump version 0.0.5
  • chore(version): bump v0.0.6
  • chore(version): bump version v0.0.7
  • chore(version): bump version v0.0.8
  • chore(version): bump version v0.0.9
  • chore(version): bump version v0.10.0
  • chore: bump version v0.0.11
  • chore: bump version v0.0.12
  • chore: bump version v0.1.0
  • chore(version): bump version v0.1.0
  • chore(version): bump version v0.1.2
  • chore(addon): improve addon docker build
  • chore: fix node install in docker
  • chore(version): bump version
  • chore: small build fix
  • chore: add bundled build latest tag
  • chore: update logo and icon
  • chore: bump version
  • chore: improve release workflow
  • chore: update gitignore

Refactor

  • Refactor: Conditional rootfs copy and S6 setup improvements
  • Refactor: Address UI feedback for Tools and Servers pages layout and comments

Other

  • fead(readme): add docker image for readme
  • doc(README): update reference link
  • feat:兼容多种ENABLE_ADMIN_UI环境变量值
  • doc: add DOCS.md
  • fx: small fix
  • small fix