A collection of data structure specifications for various communication protocols.
| Protocol | Description | Status |
|---|---|---|
| MCP | Model Context Protocol | ✅ Complete |
| LSP | Language Server Protocol | ✅ Complete |
| ACP | Agent Communication Protocol | ✅ Complete |
protocol-specs/
├── mcp/ # Model Context Protocol
├── lsp/ # Language Server Protocol
├── acp/ # Agent Communication Protocol
└── examples/ # Example implementations
# View MCP spec
cat mcp/README.md
# View LSP spec
cat lsp/README.md
# View ACP spec
cat acp/README.mdMIT License