Skip to content

Commit 7c36805

Browse files
sai6855Copilot
authored andcommitted
[docs][mcp] Fix mcp schema change (#47171)
1 parent fb9331f commit 7c36805

File tree

1 file changed

+5
-7
lines changed
  • docs/data/material/getting-started/mcp

1 file changed

+5
-7
lines changed

docs/data/material/getting-started/mcp/mcp.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ The sections below detail how to set up the Material UI MCP in popular agentic
2828
Open the MCP configuration (**Settings** -> **MCP** -> **Add Server**) and add the following:
2929

3030
```json
31-
"mcp": {
32-
"servers": {
33-
"mui-mcp": {
34-
"type": "stdio",
35-
"command": "npx",
36-
"args": ["-y", "@mui/mcp@latest"]
37-
}
31+
"mcpServers": {
32+
"mui-mcp": {
33+
"type": "stdio",
34+
"command": "npx",
35+
"args": ["-y", "@mui/mcp@latest"]
3836
}
3937
}
4038
```

0 commit comments

Comments
 (0)