Releases: larksuite/lark-openapi-mcp
v0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0 Beta
v0.5.0
-
Feat: 使用Login登录会自动用浏览器打开登录链接,且login不在会判断是否已经登录,再次登录会直接用新的token覆盖旧的token
-
Fix: SSE/Streamable 模式下未开启oauth错误需要鉴权流程的问题
-
Chore:优化鉴权失败的文案,和 keytar 不可用时的文案
-
Chore: 同步最新Open API, 移除了Helpdesk部分不可用的API
-
Feat: Using Login to log in will automatically open the login link in the browser, and if login is not present, it will check whether you have already logged in. Logging in again will directly overwrite the old token with a new one.
-
Fix: The issue where the unopened oauth error in SSE/Streamable mode requires an authentication process.
-
Chore: Optimize the copy for authentication failure and the copy when keytar is unavailable.
-
Chore: Sync the latest Open API.
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Fix: Fixed authentication process issue in Open Platform Development Documentation Retrieval MCP
Fix: 开放平台开发文档检索 MCP 错误需要鉴权流程的问题
Full Changelog: v0.4.0...v0.4.1
v0.4.0
-
Feat: Added StreamableHttp transport mode
-
Feat: StreamableHttp/SSE supports MCP Authorization
-
Feat: Stdio (local) mode supports login and logout commands for authentication and automatic refresh_token renewal
-
Fix: Fixed issue where TokenMode=Auto would still use app identity when UserAccessToken is not set but CallTool parameter useUAT=true
-
Bump: Upgraded @modelcontextprotocol/sdk to 1.12.1 BREAK: Due to @modelcontextprotocol/sdk upgrade, minimum compatible Node version is now Node 20
-
Feat: 新增 StreamableHttp 的传输模式
-
Feat: StreamableHttp/SSE 支持 MCP Authorization
-
Feat: Stdio(本地) 模式支持 login 和 logout 命令登录登出和自动使用 refresh_token 刷新
-
Fix: 修复 TokenMode=Auto 模式下没有设置UserAccessToken且CallTool传递参数useUAT=true依然使用应用身份
-
Bump: 升级 @modelcontextprotocol/sdk 到 1.12.1 BREAK: 由于升级了 @modelcontextprotocol/sdk,最低兼容 Node 版本调整为 Node 20
Full Changelog: v0.3.1...v0.4.0
0.4.0-beta.2
Full Changelog: v0.3.1...0.4.0-beta.2
v0.3.1
- Fix: Fix the problem that the mode parameter configured by configFile does not take effect
- Fix: Fix the problem that the z.record(z.any()) type field is passed directly to the doubao model and cannot be used
- Feat: Add preset.light preset
- Fix: 修复使用 configFile 配置 mode 参数不生效的问题
- Fix: 修复由于使用了z.record(z.any())类型的字段导致直接传给豆包模型无法使用的问题
- Feat: 新增 preset.light 预设
Full Changelog: v0.3.0...v0.3.1
Release 0.3.0
-
New:Retrieval of Open Platform Development Documents in MCP aims to enable users to quickly find the development documents they need after inputting their own requirements, and assist developers in writing code integrated with Feishu in the AI IDE.
-
New: Added --token-mode, now you can specify the API token type when starting, supporting auto/tenant_access_token/user_access_token New: -t supports configuring preset.default preset.im.default preset.bitable.default preset.doc.default etc.
-
Bump: Upgraded @modelcontextprotocol/sdk to 1.11.0
-
New: 开放平台开发文档检索 MCP,旨在帮助用户输入自身诉求后迅速检索到自己需要的开发文档,帮助开发者在AI IDE中编写与飞书集成的代码
-
New: 新增--token-mode,现在可以在启动的时候指定调用API的token类型,支持auto/tenant_access_token/user_access_token New: -t 支持配置 preset.default preset.im.default preset.bitable.default preset.doc.default 等默认预设
-
Bump: 升级 @modelcontextprotocol/sdk 到 1.11.0
Full Changelog: v0.2.1...v0.3.0