pub fn open(
settings: &Store,
servers: &dyn Fn(&str) -> Option<Arc<dyn McpCall>>,
) -> Result<Option<SharedStore>, StoreError>Expand description
Build the store an instance is configured with. servers
resolves the mcp adapter’s coordination server by name; kind: none
yields no store (the caller decides whether that is allowed).