You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your `claude_desktop_config.json`:
43
+
To use this server with the Claude Desktop app for local development, add the following configuration to the "mcpServers" section of your `claude_desktop_config.json`:
18
44
19
45
```
20
46
{
@@ -37,7 +63,9 @@ To use this server with the Claude Desktop app, add the following configuration
37
63
}
38
64
```
39
65
40
-
## Configuration
66
+
After updating the config, restart Claude Desktop.
67
+
68
+
### Configuration for running with `uv` directly
41
69
42
70
This MCP requires the following environment variables to be set:
This MCP provides the following tools for interacting with DevHub CMS:
@@ -69,4 +103,4 @@ This MCP provides the following tools for interacting with DevHub CMS:
69
103
70
104
## Usage with LLMs
71
105
72
-
This MCP is designed to be used with Large Language Models that support the Model Context Protocol. It allows LLMs to manage content in DevHub CMS without needing direct API access.
106
+
This MCP is designed to be used with Large Language Models that support the Model Context Protocol. It allows LLMs to manage content in DevHub CMS without needing direct API access integrated into the LLM natively.
0 commit comments