MCP Servers
OMNI supports MCP-based source connections through backend-managed transports.Supported Transports
sse(Server-Sent Events)http(streamable HTTP)
MCP Config Shape
Connection Flow
- Backend registers source config
- MCP manager attempts connection
- Tools are discovered and indexed
- Source status and tool list are persisted
Testing Checklist
- Endpoint reachable
- Auth headers valid
- Tool list non-empty
- Expected tool names appear in source metadata
Failure Patterns
Transport mismatch
Ensure server transport matchessse vs http configuration.
Auth errors
Re-check bearer headers and token scope.No tools discovered
Validate MCP servertools/list behavior and permissions.