UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

5 lines (4 loc) 307 B
import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { Entity } from '../../../../entity/entity.js'; import type { AddEntityToolsOptions } from './options.js'; export declare const addEntityTools: (server: McpServer, entity: Entity, options: AddEntityToolsOptions) => void;