diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json new file mode 100644 index 0000000..11b28f5 --- /dev/null +++ b/.codex-plugin/plugin.json @@ -0,0 +1,24 @@ +{ + "name": "shadcn-ui-mcp", + "version": "0.1.0", + "description": "shadcn/ui component context and usage from Codex via MCP", + "author": { + "name": "Jpisnice", + "url": "https://github.com/Jpisnice/shadcn-ui-mcp-server" + }, + "homepage": "https://github.com/Jpisnice/shadcn-ui-mcp-server", + "repository": "https://github.com/Jpisnice/shadcn-ui-mcp-server", + "keywords": [ + "mcp", + "codex" + ], + "mcpServers": "./.mcp.json", + "skills": "./skills/", + "interface": { + "displayName": "shadcn/ui MCP", + "shortDescription": "shadcn/ui component context and usage from Codex via MCP", + "longDescription": "MCP server to give LLMs context about shadcn/ui component structure, usage and installation, compatible with React, Svelte 5, Vue and React Native.", + "category": "Development", + "websiteURL": "https://github.com/Jpisnice/shadcn-ui-mcp-server" + } +} \ No newline at end of file diff --git a/.github/workflows/plugin-quality-gate.yml b/.github/workflows/plugin-quality-gate.yml new file mode 100644 index 0000000..77c99c3 --- /dev/null +++ b/.github/workflows/plugin-quality-gate.yml @@ -0,0 +1,20 @@ +name: Plugin Quality Gate + +on: + pull_request: + paths: + - ".codex-plugin/**" + - "skills/**" + - ".mcp.json" + +jobs: + scan: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Codex plugin quality gate + uses: hashgraph-online/hol-codex-plugin-scanner-action@0f78e6d99032ec198d23a41a8425080a658c07d1 + with: + plugin_dir: "." + min_score: 80 + fail_on_severity: high diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..0f373d6 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "shadcn-ui": { + "command": "npx", + "args": [ + "-y", + "@jpisnice/shadcn-ui-mcp-server" + ] + } + } +} \ No newline at end of file diff --git a/skills/shadcn-ui-mcp/SKILL.md b/skills/shadcn-ui-mcp/SKILL.md new file mode 100644 index 0000000..35c2f39 --- /dev/null +++ b/skills/shadcn-ui-mcp/SKILL.md @@ -0,0 +1,12 @@ +--- +name: shadcn-ui-mcp +description: shadcn/ui component context and usage from Codex via MCP +--- + +# shadcn/ui MCP for Codex + +Use shadcn/ui MCP from Codex via MCP. + +## When to use +- When you need shadcn-ui-mcp capabilities in your Codex workflow +- See https://github.com/Jpisnice/shadcn-ui-mcp-server for full setup instructions