@closedloop-ai/mcp-client 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ A lightweight Model Context Protocol (MCP) server that provides AI clients with
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
|
-
npm install -g @
|
|
17
|
+
npm install -g @closedloop-ai/mcp-client
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## Configuration
|
|
@@ -33,7 +33,7 @@ Add this configuration to your Claude Desktop app:
|
|
|
33
33
|
"mcpServers": {
|
|
34
34
|
"closedloop": {
|
|
35
35
|
"command": "npx",
|
|
36
|
-
"args": ["@
|
|
36
|
+
"args": ["@closedloop-ai/mcp-client"],
|
|
37
37
|
"env": {
|
|
38
38
|
"CLOSEDLOOP_API_KEY": "your-api-key-here",
|
|
39
39
|
"CLOSEDLOOP_SERVER_URL": "https://mcp.closedloop.sh"
|