@oleksandr.rudnychenko/sync_loop 0.2.1 → 0.2.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/bin/cli.js +2 -2
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -25,9 +25,9 @@ MCP Configuration (add to your client settings):
25
25
 
26
26
  {
27
27
  "mcpServers": {
28
- "syncloop": {
28
+ "sync_loop": {
29
29
  "command": "npx",
30
- "args": ["-y", "syncloop"]
30
+ "args": ["-y", "@oleksandr.rudnychenko/sync_loop"]
31
31
  }
32
32
  }
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oleksandr.rudnychenko/sync_loop",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "description": "MCP server for the SyncLoop agent reasoning protocol — works with Copilot, Cursor, Claude Code",
6
6
  "bin": {