@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.
Files changed (2) hide show
  1. package/README.md +2 -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 @jirikobelka/server-closedloop
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": ["@jirikobelka/server-closedloop"],
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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@closedloop-ai/mcp-client",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "ClosedLoop MCP Server for AI client integration",
5
5
  "main": "index.js",
6
6
  "bin": {