This repository was archived by the owner on Jun 3, 2026. It is now read-only.
Align with official cursor/plugins format + expose all MCP toolsets#3
Closed
arbesfeld wants to merge 2 commits into
Closed
Align with official cursor/plugins format + expose all MCP toolsets#3arbesfeld wants to merge 2 commits into
arbesfeld wants to merge 2 commits into
Conversation
- Move plugin to repo root (plugins/logrocket -> logrocket) to match the official cursor/plugins layout - Drop metadata.pluginRoot and point marketplace source at "logrocket" - Enrich plugin.json (homepage, repository, category, tags, explicit skills/mcpServers) - Use root MCP URL with ?toolsets=all (no env vars); document the expanded toolset in the use-logrocket skill - Add per-plugin CHANGELOG.md and LICENSE - Replace local validator with official validate-plugins.mjs + schemas + validate-plugins CI workflow - Update READMEs and ignore node_modules/package-lock.json Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
Closing — consolidating on LogRocket/logrocket-cursor-plugin as the canonical repo going forward. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
logrocket/plugin directory drops straight into a cursor/plugins PR.https://mcp.logrocket.com/mcp?toolsets=allURL (no env vars / org+project scoping required).Changes
plugins/logrocket/->logrocket/; removedmetadata.pluginRootand set marketplacesourcetologrocket.logrocket/.cursor-plugin/plugin.jsonwithhomepage,repository,category,tags, and explicitskills/mcpServers.logrocket/mcp.jsonnow useshttps://mcp.logrocket.com/mcp?toolsets=all(OAuth, no env vars). UpdatedSKILL.mdto documentuse_logrocket,find_sessions,watch_sessions,build_metric,list_organizations,list_projects.logrocket/CHANGELOG.mdandlogrocket/LICENSE(MIT).validate-template.mjswith the officialscripts/validate-plugins.mjs+schemas/*.schema.json+ avalidate-pluginsCI workflow.node_modules/package-lock.json.Test plan
npm install --no-save ajv ajv-formats && node scripts/validate-plugins.mjs->All plugins validated successfully.Related
Companion draft PR submitting this plugin to the official marketplace: cursor/plugins#112
Made with Cursor