UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

16 lines (15 loc) 814 B
import { collections } from './collections/index.js'; import { fields } from './fields/index.js'; import { files } from './files/index.js'; import { flows } from './flows/index.js'; import { items } from './items/index.js'; import { operations } from './operations/index.js'; import { relations } from './relations/index.js'; import { schema } from './schema/index.js'; import { system } from './system/index.js'; import { triggerFlow } from './trigger-flow/index.js'; import type { ToolConfig } from './types.js'; export declare const ALL_TOOLS: ToolConfig<any>[]; export declare const getAllMcpTools: () => ToolConfig<any>[]; export declare const findMcpTool: (name: string) => ToolConfig<any> | undefined; export { collections, fields, files, flows, items, operations, relations, schema, system, triggerFlow };