radui-mcp
v1.1.0
Published
### usage add this into the config file
Readme
radui-mcp-test
usage
add this into the config file
"mcpServers": {
"radui-mcp": {
"command": "npx",
"args": ["-y", "radui-mcp"]
}
}
generate mcp index
Use local docs to build a single mcp.json file:
npm run generate:mcp-jsonThis generates ./mcp.json, which can be hosted on GitHub Pages.
Each component record in mcp.json contains:
componentexports(full source of truth:code,anatomy,api_documentation,default)notes
Top-level mcp.json also contains installation with package install methods and guide content.
use hosted mcp.json
Set MCP_JSON_URL so the server reads your hosted file instead of local:
MCP_JSON_URL=https://<your-user>.github.io/<your-repo>/mcp.json