Add Lark and Feishu official remote MCP plugins - #403
Open
SamSokolin wants to merge 1 commit into
Open
SamSokolin wants to merge 1 commit into
SamSokolin wants to merge 1 commit into
Conversation
Package the official hosted Lark Suite and Feishu MCP endpoints as marketplace plugins with OAuth discovered at connect time. Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves EXTY-1587
Packages the official hosted Lark and Feishu MCP servers for APJ Grok Bot connector demand (Nick Miller). Same URL-only HTTP shape as Attio and Statsig: no tokens, no client secrets, and no custom
X-Lark-MCP-*headers.Lark (international, required)
third_party/larkhttps://mcp.larksuite.com/mcpinitializereturns 401 (oauth required).https://mcp.larksuite.com/.well-known/oauth-protected-resource/mcphttps://accounts.larksuite.com/mcp(metadata athttps://accounts.larksuite.com/.well-known/oauth-authorization-server/mcp)https://open.larksuite.com/open-apis/app/v1/dcrfetch-file-v2,get-user,search-user), docs (search/create/fetch/update doc, comments,list-docs-v2), IM (search-groups,get-group-members, get/search messages,get-thread-messages,get-read-status),offline_accessFeishu (China twin, same PR)
scripts/validate-plugins.mjsaccepts the twin, so this PR ships it rather than leaving a follow-up.third_party/feishuhttps://mcp.feishu.cn/mcphttps://accounts.feishu.cn/mcphttps://open.feishu.cn/open-apis/app/v1/dcrLogo
Both plugins use the official Lark/Feishu bird mark published by Lark Technologies Pte. Ltd. on the
larksuiteGitHub organization. Feishu uses that same bird. The open-platform CDN was not reachable from this environment, so the mark was taken from that public organization avatar rather than redrawn.Validation
node scripts/validate-plugins.mjs— all plugins validated successfully.