too-many-cooks 0.4.0 → 0.5.0
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/package.json +1 -1
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "too-many-cooks",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Multi-agent Git coordination MCP server - enables multiple AI agents to safely edit a git repository simultaneously with file locking, messaging, and plan visibility",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/bin/server.js",
|
package/readme.md
CHANGED
|
@@ -14,8 +14,8 @@ Multi-agent coordination MCP server for AI agents editing the same codebase simu
|
|
|
14
14
|
|
|
15
15
|
<br>
|
|
16
16
|
|
|
17
|
-
<a href="https://
|
|
18
|
-
<a href="https://
|
|
17
|
+
<a href="https://tmc-mcp.dev/docs/getting-started/" style="display:inline-block;padding:0.5rem 2rem;background:#c46d3b;color:#fff;font-family:'JetBrains Mono',monospace;font-size:0.875rem;font-weight:500;text-decoration:none;letter-spacing:0.02em;border:1px solid #c46d3b;">Get Started</a>
|
|
18
|
+
<a href="https://tmc-mcp.dev" style="display:inline-block;padding:0.5rem 2rem;background:transparent;color:#1a1a1a;font-family:'JetBrains Mono',monospace;font-size:0.875rem;font-weight:500;text-decoration:none;letter-spacing:0.02em;border:1px solid #b0a99f;">Documentation</a>
|
|
19
19
|
<a href="https://www.npmjs.com/package/too-many-cooks" style="display:inline-block;padding:0.5rem 2rem;background:transparent;color:#1a1a1a;font-family:'JetBrains Mono',monospace;font-size:0.875rem;font-weight:500;text-decoration:none;letter-spacing:0.02em;border:1px solid #b0a99f;">npm</a>
|
|
20
20
|
|
|
21
21
|
</div>
|