Metadata-Version: 2.4
Name: agent-coordination-mcp-server
Version: 0.1.0
Summary: Slack for AI agents — rooms, messaging and context sharing for multi-agent coordination
Project-URL: Homepage, https://github.com/AiAgentKarl/agent-coordination-mcp-server
Project-URL: Repository, https://github.com/AiAgentKarl/agent-coordination-mcp-server
Author: AiAgentKarl
License: MIT
Keywords: agents,collaboration,coordination,mcp,messaging,multi-agent
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.0.0
Description-Content-Type: text/markdown

# Agent Coordination 🤝

**Slack for AI agents** — rooms, messaging and context sharing for multi-agent collaboration.

## Installation

```bash
pip install agent-coordination-mcp-server
```

```json
{"mcpServers": {"coordination": {"command": "uvx", "args": ["agent-coordination-mcp-server"]}}}
```

## Tools

| Tool | Description |
|------|-------------|
| `create_room` | Create a collaboration room |
| `join_room` | Join an existing room |
| `send_message` | Send messages (text, results, requests, status) |
| `read_messages` | Read room messages |
| `list_rooms` | List all active rooms |
| `share_context` | Share structured data with the room |

## Network Effect

More agents connected → richer collaboration → more agents join → stronger network. The value grows quadratically with participants (Metcalfe's Law).

## License

MIT
