Skip to content

Commit 19cf7fd

Browse files
Namanclaude
authored andcommitted
fix: add mcpServers key to config.json block in README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a52f4bb commit 19cf7fd

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ Add the CreateOS MCP server to your AI client using this configuration:
5454

5555
```json
5656
{
57-
"createos": {
58-
"url": "https://api-createos.nodeops.network/mcp",
59-
"type": "http",
60-
"headers": {
61-
"X-Api-Key": "CREATEOS_API_KEY"
57+
"mcpServers": {
58+
"createos": {
59+
"url": "https://api-createos.nodeops.network/mcp",
60+
"type": "http",
61+
"headers": {
62+
"X-Api-Key": "CREATEOS_API_KEY"
63+
}
6264
}
6365
}
6466
}

0 commit comments

Comments
 (0)