Skip to content

Commit e4125eb

Browse files
committed
docs: fix typo
1 parent 759155d commit e4125eb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

website/src/content/blog/announcing-ark-ui-mcp-server.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ To get started with the MCP server, add this to your AI tool's configuration fil
4848
```json
4949
{
5050
"mcpServers": {
51-
"chakra-ui": {
51+
"ark-ui": {
5252
"command": "npx",
53-
"args": ["-y", "@chakra-ui/react-mcp"]
53+
"args": ["-y", "@ark-ui/mcp"]
5454
}
5555
}
5656
}
@@ -64,8 +64,3 @@ In some IDEs (like VSCode), you might need to start the MCP server manually. Cli
6464

6565
The Ark UI MCP Server helps you build design systems in any framework. Check out the **[MCP docs](/docs/ai/mcp-server)**
6666
to setup the server in your favorite IDE.
67-
68-
---
69-
70-
Got ideas for making the MCP Server even better? We'd love to hear from you! Share your thoughts on
71-
[GitHub Discussions](https://github.com/chakra-ui/ark/discussions)

0 commit comments

Comments
 (0)