All releases
Auxot Server v0.1.41 June 17, 2026
GPU worker management, MCP session caching, and datasource unification
This release adds GPU worker subprocess management with config persistence, unifies MCP integrations into a single datasources view, introduces API key auth across all endpoints, and ships several stability and UX improvements.
Features
- GPU worker management: Added subprocess management for GPU workers in Auxot.app, including config persistence and a new
workerctlCLI. Multi-arch builds are now distributed via GoReleaser. - Unified datasources view: MCP integrations are now surfaced alongside other datasources in a single unified view, making it easier to manage all data connections in one place.
- Per-policy drift badges: Datasource assignment rows now display inline drift badges per policy, giving immediate visibility into configuration drift without navigating away.
- API key authentication: API key auth is now enforced across all authenticated endpoints, and agents can be addressed by UUID for more flexible routing.
- MCP session caching: MCP HTTP sessions are now cached, reducing connection overhead. Added content extraction and support for
resources/read. - Local in-process tools worker: Added a local in-process tools worker with a default tool policy, enabling faster tool execution without external subprocess overhead.
- CLI worker feature flag: Introduced an experimental
cli-workerfeature flag that auto-enables on startup.
Fixes
- Eliminated a race condition that caused empty content responses on GPU inference paths.
- Tightened tool-call loop detection to scope checks to the current turn only, reducing false positives.
- Fixed admin agent configuration to use the local dev image in Auxot.app and clarified the tool invocation model.
- Bumped MCP protocol version to
2025-11-25and corrected the CLI worker to use$HOME/.claudeas the config directory.
Improvements
- Applied manual testing fixes and UX improvements throughout Auxot.app.