Adapter Layer — API 定义与协议契约。
| 目录 | 说明 | Spec |
|---|---|---|
openapi/ |
OpenAPI 规范 | spec 08 |
mcp/ |
MCP schema 定义 | spec 07 |
REST API callers can inspect the active GraphStore provider through:
GET /:graphstore.providerplus common endpoint hintsGET /healthz:graphstore.providerPOST /api/v1/query/{workspace}/explain:providerandstorage_providerPOST /api/v1/query/{workspace}/execute:explain.providerandexplain.storage_provider
Known provider values are memory, file.memory, and local.ladybug. See
GraphStore Providers for persistence behavior
and startup examples.