ts-v0.9.1
Klavis-AI/klavists-v0.9.1Aug 20, 2025by github-actions[bot]
AI Summary
This is a TypeScript release (ts-v0.9.1) focused on bug fixes, Docker configuration improvements, and authentication enhancements. The release includes OAuth support for self-hosted MCP, a major Slack MCP Server revamp supporting both Bot and User tools, and various bug fixes across multiple integrations including Monday, Google Drive, OneDrive, and authentication handling.
Key Highlights
- OAuth support for self-hosted MCP servers
- Slack MCP Server now supports both Bot and User tools with new invite tool capability
- Improved authentication token handling with new set-auth documentation
- Multiple Docker configuration fixes for Coinbase, Shopify, and general Dockerfile issues
- Bug fixes for Monday, Google Drive, base64 decoding, and auth header errors
Breaking Changes
- The way auth tokens are handled has changed - users may need to update their authentication setup to use the new set-auth method
New Features
- OAuth support for self-hosted MCP
- Slack MCP Server with Bot and User tool support
- Slack invite tool
- Updated auth data logic for Mixpanel integration
- OneDrive OAuth documentation
Full Release Notes
## What's Changed * fix dockerfile by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/346 * fix coinbase dockerfile by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/347 * fix dockerfile by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/348 * fix shopify dockerfile by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/349 * fix shopify package json by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/350 * doc(onedrive): onedrive OAuth Doc by @Mayank-MSJ-Singh in https://github.com/Klavis-AI/klavis/pull/351 * Change the way we handle auth token. by @xiangkaiz in https://github.com/Klavis-AI/klavis/pull/335 * Fix: hotfix. by @xiangkaiz in https://github.com/Klavis-AI/klavis/pull/352 * Fix: Fix monday. by @xiangkaiz in https://github.com/Klavis-AI/klavis/pull/353 * Fix: base 64 decoding. by @xiangkaiz in https://github.com/Klavis-AI/klavis/pull/354 * Fix: Fix gdrive. by @xiangkaiz in https://github.com/Klavis-AI/klavis/pull/355 * feat/oauth: support oauth for self-host mcp by @xz-dev in https://github.com/Klavis-AI/klavis/pull/336 * fix/ci: make dockerimage name lowercase by @xz-dev in https://github.com/Klavis-AI/klavis/pull/356 * Doc: Update readme. by @xiangkaiz in https://github.com/Klavis-AI/klavis/pull/357 * doc(GSuit): GSuit image error fix by @Mayank-MSJ-Singh in https://github.com/Klavis-AI/klavis/pull/360 * update auth data logic for mixpanel by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/361 * Update auth doc to use the new set-auth. by @xiangkaiz in https://github.com/Klavis-AI/klavis/pull/363 * Revamp Slack MCP Server to support both Bot and User tools by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/364 * update slack scope by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/365 * slack: add invite tool by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/366 * nit: update doc by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/367 * Fix: Fix auth header error. by @xiangkaiz in https://github.com/Klavis-AI/klavis/pull/368 * upgrade sdk by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/369 **Full Changelog**: https://github.com/Klavis-AI/klavis/compare/python-v1.7.1...ts-v0.9.1