diff --git a/mcp-server/src/schema/table.schema.ts b/mcp-server/src/schema/table.schema.ts index 6a98e01..c216283 100644 --- a/mcp-server/src/schema/table.schema.ts +++ b/mcp-server/src/schema/table.schema.ts @@ -10,7 +10,7 @@ export const baseProperties = { descriptive: { type: 'boolean', description: 'Add variable labels to the second row of the API results.', - examples: ['true', 'false'], + examples: [true, false], }, predicates: { type: 'object',