feat(Wlain/kling-ai): add Kling AI remote MCP plugin - #22
Open
Wlain wants to merge 1 commit into
Open
Conversation
Wlain
marked this pull request as ready for review
August 27, 2026 09:46
Author
|
Hi maintainers — could you please review this submission and advise whether it can be accepted into the marketplace while protected remote MCP OAuth support is tracked in MiniMax-AI/minimax-code#120? The package is mergeable, repository validation passes (110 tests), and MiniMax Code 3.0.67 locally discovers the single remote MCP server and all three Skills. It intentionally does not add a local proxy or pasted-credential workaround. If marketplace publication must wait for host-side OAuth support, I am happy to keep it pending and make any packaging or metadata changes you recommend. Thank you! |
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.
What
Adds the Kling AI China Agent Plugin under
plugins/Wlain/kling-aiwith:streamable-httpMCP server athttps://klingai.com/mcp;Why
This gives MiniMax Code users a Skill-guided path to Kling image, video, motion-control, account-credit, upload, Element, and task-query tools without embedding API keys, tokens, cookies, or a local MCP server.
Requirements and data flow
https://klingai.com/mcp.X-Kling-Integration: Plugin-MiniMaxCodeis a non-secret integration marker, not an authorization header.Validation
npm cinpm run checkRuntime compatibility gate
This PR is intentionally a Draft. MiniMax Code 3.0.67 currently does not start browser OAuth after the protected remote MCP returns the standard
401challenge, sotools/listand live tool injection cannot complete. Generic OAuth is also documented as outside the current public portable subset.The host-side blocker is tracked in MiniMax-AI/minimax-code#120. Please do not treat the live MCP workflow as generally available until a MiniMax Code build completes protected-resource discovery, DCR or a host-managed pre-registered client, Authorization Code + S256 PKCE, token refresh, and post-login
tools/listinjection. The package does not work around this with a local proxy or pasted credentials.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.