fix(plugin): load hosted MCP from .mcp.json and list as Pipefy - #641
Merged
Conversation
Signed-off-by: mocha06 <52426811+mocha06@users.noreply.github.com>
chore: release v0.5.0-beta.1
Cursor's Marketplace clone was discovering Claude Code's .mcp.json (stdio) instead of mcp.json. Ship one hosted config and pin the Cursor manifest to it. Signed-off-by: Adrianno Esnarriaga <esadrianno@gmail.com>
GitHub-imported marketplaces derive the listing title from the repo slug. Name the Cursor marketplace pipefy and set displayName to Pipefy AI Toolkit. Signed-off-by: Adrianno Esnarriaga <esadrianno@gmail.com>
The plugin MCP file is .mcp.json. Lint still rejects a root mcp.json so that extra file cannot come back. Signed-off-by: Adrianno Esnarriaga <esadrianno@gmail.com>
Unreleased notes now name the shared plugin file without framing mcp.json as Cursor's preferred config. Signed-off-by: Adrianno Esnarriaga <esadrianno@gmail.com>
Company plugins use the vendor name, not the toolkit. The Cursor displayName now matches the Claude Code plugin. Signed-off-by: Adrianno Esnarriaga <esadrianno@gmail.com>
roberto-chavarria
approved these changes
Aug 24, 2026
mocha06
approved these changes
Aug 24, 2026
This was referenced Aug 24, 2026
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.
Summary
.mcp.jsononly..cursor-plugin/plugin.jsonsetsmcpServersto./.mcp.json(the same hostedmcp.pipefy.comfile Claude Code auto-discovers). Rootmcp.jsonis removed and lint treats a leftover copy as forbidden.displayNameis Pipefy;.cursor-plugin/marketplace.jsonnames the marketplacepipefyso a GitHub import does not title-case theai-toolkitslug to "Ai Toolkit"..mcp.jsonlayout (no dual-file).This branch sits on
mainafterv0.5.0-beta.1. Until #639 (main →devback-merge) lands, the three-dot diff vsdevalso includes that release bump. The plugin-only range vsmainis the fivefix(plugin)/docs(plugin)commits.Test plan
uv run pytest tests/test_lint_cursor_plugin.py(41 passed)mcp.jsonand accepts.mcp.json+mcpServers: ./.mcp.jsonmcp.jsonexperiment reverted (not committed)uv run pytest -m "not integration"(full suite; CI on this PR)uv run ruff check . && uv run ruff format --check ..mcp.jsonDocs / skills
.mcp.jsononlyLegal / contributions
git commit -s)COMPLIANCE.mdwhen applicable (N/A)