rxdb
Version:
A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/
8 lines (7 loc) • 317 B
TypeScript
import type { RxCollection } from '../../index.js';
import type { WebMCPTarget } from '../../types/plugins/webmcp.js';
/**
* Builds the target that runs the WebMCP tools directly
* against a local RxCollection.
*/
export declare function getWebMCPTargetFromCollection(collection: RxCollection<any>): WebMCPTarget;