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
<ahref="https://github.com/spranab/swarmcode" class="btn btn-primary">View on GitHub</a>
316
316
</div>
317
317
</div>
318
318
319
319
<footer>
320
-
Built by <ahref="https://github.com/spranab">Pranab Sarkar</a> · MIT License · <ahref="https://github.com/spranab/swarmcode">GitHub</a> · <ahref="https://www.npmjs.com/package/swarmcode">npm</a>
320
+
Built by <ahref="https://github.com/spranab">Pranab Sarkar</a> · MIT License · <ahref="https://github.com/spranab/swarmcode">GitHub</a> · <ahref="https://www.npmjs.com/package/swarmcode-mcp">npm</a>
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"name": "swarmcode",
2
+
"name": "swarmcode-mcp",
3
3
"version": "1.0.0",
4
4
"description": "SwarmCode — real-time networking between Claude Code instances. Your AI agents talk to each other across machines, workspaces, and conversations.",
### 2. Set up a cron to check every 5 minutes (backup polling):
112
112
CronCreate(cron="*/5 * * * *", prompt="Check swarmcode inbox. Call swarm_receive from swarmcode. If there are messages, process them — reply to questions with swarm_send, acknowledge info, act on requests.")
0 commit comments