MCP Notion Server

export interface AppendBlocksParams { page_id: string; blocks: any[]; } export interface GetBlocksParams { block_id: string; } export interface DeleteBlockParams { block_id: string; }