GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
6
フォーク
1
イシュー
0
README
MUI MCP Server Extension for Zed
This extension provides a MCP server for retrieving Material UI from MUI documentation data directly from Zed.
Configuration
You don't need to configure anything to use this MCP server, but it does provide two optional fields if you'd to specify your usage a bit more:
Preferred Theme (optional)
Add which theme you want to have documentation information focused on:
{
"context_servers": {
"mcp-mui-server": {
"settings": {
"preferred_theme": "dark"
}
}
}
}
Component Filter (Optional)
Add which components you want to have documentation information focused on:
{
"context_servers": {
"mcp-mui-server": {
"settings": {
"component_filter": ["Button", "Card", "TextField"]
}
}
}
}