MCP Integration
The Model Context Protocol (MCP) enables OpenSIN agents to connect to external tools and data sources.
Quick Entry
Agent BasicsFundamentals of agents and tools.Team OrchestrationHow multiple agents collaborate.Getting StartedSetup and first steps.OpenSIN CodeThe autonomous coding surface.
Overview
MCP provides a standardized way for agents to:
- Discover available tools
- Execute tool calls
- Receive tool results
- Manage tool permissions
Supported Transports
| Transport | Description |
|---|---|
| stdio | Local process communication |
| SSE | Server-sent events |
| HTTP | REST API communication |
| WebSocket | Real-time bidirectional |
| in-process | Direct function calls (fastest) |
Next Steps
Relevante Mandate
| Mandat | Priority | Doku |
|---|---|---|
| Bun-Only | -1.5 | bun install / bun run statt npm |
| LLM via opencode CLI | -2.5 | opencode run --format json — KEINE direkten API-Calls |
| A2A-Agenten-Pflicht | -200.0 | SELBST MACHEN via create-a2a-sin-agent |
| Kommentar-Pflicht | -6.0 | EXTREM umfangreiche Kommentare |