ts-v0.5.1
Klavis-AI/klavists-v0.5.1Jul 29, 2025by github-actions[bot]
AI Summary
This release (ts-v0.5.1) introduces new MCP server integrations including LinkedIn and Dropbox, enhances Google Calendar with Google Meet support and event notifications, and revamps the Notion integration. The release also includes multiple documentation additions for various OAuth flows and tool guides, along with several bug fixes and dependency updates.
Key Highlights
- Added new LinkedIn MCP server integration with OAuth support
- Added new Dropbox MCP server integration
- Google Calendar now supports Google Meet and send notification for events
- Notion integration was revamped with updated Dockerfile
- Multiple dependency updates including form-data, starlette, and axios
Breaking Changes
- Removed `get_company_info` and `get_user_posts` functions from LinkedIn tool
New Features
- LinkedIn MCP server with OAuth documentation
- Dropbox MCP server initialization
- Google Calendar create event with send notification support
- Google Meet integration for calendar events
- Notion integration revamp
- Documentation for Canva OAuth
- Documentation for Xero OAuth
- Documentation for CrewAI and LlamaIndex
- Documentation for Mastra
- Develop with AI 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...ts-v0.5.1