Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenAgentPlatform/Dive
/ MCPServerResponse
Interface
MCPServerResponse
types/oap.d.ts:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
MCPServerResponse {
2
status:
"success"
|
"error"
3
error: string | null
4
data: OAPMCPServer[]
5
}
6
7
export
interface
OAPMCPServer {
8
id: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected