We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9331f commit 7c36805Copy full SHA for 7c36805
docs/data/material/getting-started/mcp/mcp.md
@@ -28,13 +28,11 @@ The sections below detail how to set up the Material UI MCP in popular agentic
28
Open the MCP configuration (**Settings** -> **MCP** -> **Add Server**) and add the following:
29
30
```json
31
-"mcp": {
32
- "servers": {
33
- "mui-mcp": {
34
- "type": "stdio",
35
- "command": "npx",
36
- "args": ["-y", "@mui/mcp@latest"]
37
- }
+"mcpServers": {
+ "mui-mcp": {
+ "type": "stdio",
+ "command": "npx",
+ "args": ["-y", "@mui/mcp@latest"]
38
}
39
40
```
0 commit comments