Open
Conversation
Adds the edgedelta-dashboards plugin as the fourth plugin in the Edge Delta official marketplace. The plugin combines an MCP server integration with a comprehensive skill for AI-assisted dashboard management. Plugin components: - .mcp.json: Connects to ghcr.io/edgedelta/edgedelta-mcp-server via Docker stdio transport. Auth via ED_API_TOKEN and ED_ORG_ID env vars with no credentials stored in the plugin. - plugin.json: Plugin manifest with skills and mcpConfig references. - SKILL.md: v4 schema knowledge, MCP builder workflow guidance, widget types, grid layout rules, and validation patterns. - 6 reference files: troubleshooting, create-from-scratch, schema reference, validation guide, batch operations, export-and-modify. All rewritten for MCP tool usage (Python CLI references removed). - 3 YAML asset templates in v4 format: quickstart, system-metrics, logs-analysis. - marketplace.json entry added. Security: No credentials, API tokens, org IDs, or internal paths present in any plugin file. ED_API_TOKEN and ED_ORG_ID appear only as environment variable names passed via Docker -e flags.
- Remove leftover CLI tool trigger phrase from SKILL.md - Add resultType annotations to Table visualizer types in SKILL.md - Align SKILL.md version with plugin.json (both 1.0.0) - Update SKILL.md last_updated to 2026-03-06 - Clarify README availability note with version qualifier - Replace non-schema contract: block in quickstart-dashboard.yaml with plain comments to avoid user confusion
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
edgedelta-dashboardsas the fourth plugin in the Edge Delta official marketplace.claude-plugin/marketplace.jsonwith the new plugin entryPlugin Components
MCP Server (
.mcp.json)ghcr.io/edgedelta/edgedelta-mcp-server:latestvia Docker stdio transportget_all_dashboards,get_dashboard,create_dashboard,update_dashboard,delete_dashboard,get_dashboard_schema,create_widget,assemble_dashboardED_API_TOKENandED_ORG_IDpassed as Docker-eflags — no credentials stored in the pluginSkill (
edgedelta-dashboards)get_dashboard_schema→create_widget→assemble_dashboardSecurity
/Users/,examples/dashboards-crud,.claude/skills/)pip install,playwright install,edgedelta-dashboards auth)ED_API_TOKENandED_ORG_IDappear only as environment variable namesNotes
create_dashboard,update_dashboard,delete_dashboard,assemble_dashboard) require EdgeDelta MCP Server v1.1.0 or later. Read tools work with all current releases.edgedelta-ottl,edgedelta-pipelines, andedgedelta-reference