python-v1.4.1

Klavis-AI/klavispython-v1.4.1Jul 29, 2025by github-actions[bot]

AI Summary

This release (python-v1.4.1) introduces significant new integrations including a LinkedIn MCP server, Dropbox MCP server, Google Meet support for Google Calendar, and a Notion revamp. The release also includes documentation updates for various platforms and multiple bug fixes.

Key Highlights

  • Added LinkedIn MCP server with OAuth support
  • Added new Dropbox MCP server integration
  • Google Calendar now supports send notifications and Google Meet integration
  • Notion integration was revamped with updated Dockerfile
  • Removed deprecated LinkedIn functions: get_company_info and get_user_posts

Breaking Changes

  • LinkedIn: Removed `get_company_info` and `get_user_posts` functions - these APIs are no longer available

New Features

  • LinkedIn MCP server with OAuth documentation
  • Dropbox MCP server integration
  • Google Calendar event creation with send notification support
  • Google Meet integration for Google Calendar events
  • Notion integration revamp
  • Documentation for Canva OAuth
  • Documentation for Xero OAuth
  • Documentation for CrewAI and LlamaIndex integrations
  • Mastra integration documentation

Full Release Notes

## What's Changed
* doc: add crewai and llamaindex post by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/168
* doc: add mastra by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/169
* feat(linkedin): Add MCP server for LinkedIn by @udaykakade25 in https://github.com/Klavis-AI/klavis/pull/165
* fix: try catch get notes error by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/171
* build(deps): bump form-data from 4.0.2 to 4.0.4 in /mcp_servers/notion by @dependabot[bot] in https://github.com/Klavis-AI/klavis/pull/172
* build(deps): bump form-data from 4.0.2 to 4.0.4 in /mcp_servers/firecrawl_deep_research by @dependabot[bot] in https://github.com/Klavis-AI/klavis/pull/173
* build(deps): bump starlette from 0.46.2 to 0.47.2 in /mcp_servers/hubspot by @dependabot[bot] in https://github.com/Klavis-AI/klavis/pull/174
* build(deps-dev): bump axios from 1.10.0 to 1.11.0 in /examples/mastra by @dependabot[bot] in https://github.com/Klavis-AI/klavis/pull/175
* fix: Affinity get notes json error by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/176
* doc: readme update by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/177
* fix: linkedin prod issue by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/178
* build(deps): bump form-data from 4.0.2 to 4.0.4 in /mcp_servers/firecrawl by @dependabot[bot] in https://github.com/Klavis-AI/klavis/pull/179
* docs(linkedin): Add LinkedIn Documentation by @udaykakade25 in https://github.com/Klavis-AI/klavis/pull/170
* fix: update linkedin dockerfile by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/182
* build(deps): bump form-data from 4.0.3 to 4.0.4 in /examples/openai/typescript by @dependabot[bot] in https://github.com/Klavis-AI/klavis/pull/181
* build(deps): bump form-data from 4.0.3 to 4.0.4 in /examples/google-genai/typescript by @dependabot[bot] in https://github.com/Klavis-AI/klavis/pull/183
* doc: add linkedin oauth doc by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/180
* build(deps): bump starlette from 0.40.0 to 0.47.2 in /mcp_servers/google_slides by @dependabot[bot] in https://github.com/Klavis-AI/klavis/pull/184
* fix: linkedin tool issue by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/185
* refactor(linkedin): Removes `get_company_info` and `get_user_posts` by @udaykakade25 in https://github.com/Klavis-AI/klavis/pull/186
* doc: update linkedin tool by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/189
* Revert "doc: update linkedin tool" by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/190
* docs(linkedin): Removed `get_company_info` and `get_user_posts` from docs by @udaykakade25 in https://github.com/Klavis-AI/klavis/pull/188
* doc: update doc by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/191
* update: gcalendar create event support send notification by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/192
* update: support google meet for gcalendar by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/193
* feat: revamp notion by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/195
* fix: update dockerfile for notion by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/196
* feat(Dropbox): Init Dropbox MCP server by @xz-dev in https://github.com/Klavis-AI/klavis/pull/145
* update: readme roadmap by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/201
* doc: add canva oauth doc by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/202
* doc: Add develop with AI by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/208
* doc: add image by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/209
* doc: add xero oauth doc by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/210
* doc: xero doc update by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/211
* update openapi json by @zihaolin96 in https://github.com/Klavis-AI/klavis/pull/212

## New Contributors
* @udaykakade25 made their first contribution in https://github.com/Klavis-AI/klavis/pull/165
* @xz-dev made their first contribution in https://github.com/Klavis-AI/klavis/pull/145

**Full Changelog**: https://github.com/Klavis-AI/klavis/compare/python-v1.3.1...python-v1.4.1