python-v1.8.1
Klavis-AI/klavispython-v1.8.1Aug 20, 2025by github-actions[bot]
AI Summary
This release (python-v1.8.1) focuses on infrastructure improvements, authentication enhancements, and Slack integration upgrades. Key changes include OAuth support for self-hosted MCP, a major Slack MCP Server revamp supporting both Bot and User tools, and various bug fixes for integrations like Monday, Google Drive, and base64 decoding.
Key Highlights
- OAuth support for self-hosted MCP servers
- Slack MCP Server revamped to support both Bot and User tools with new invite functionality
- Improved authentication token handling and auth header fixes
- Multiple integration bug fixes (Monday, Google Drive, base64 decoding)
- Docker infrastructure improvements and SDK upgrade
New Features
- OAuth support for self-host MCP
- Slack MCP Server now supports both Bot and User tools
- Slack invite tool added
- Updated auth data logic for Mixpanel
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...python-v1.8.1