|
1 | 1 | { |
2 | 2 | "name": "airtable-formula", |
3 | 3 | "private": true, |
4 | | - "version": "2.0.78", |
| 4 | + "version": "2.0.80", |
5 | 5 | "publisher": "Nskha", |
6 | 6 | "displayName": "Airtable Formulas, Scripts, Automation, MCP & LSP", |
7 | | - "description": "Airtable formula, script & automation editor with MCP server (63 tools), language server, and AI skills for VS Code.", |
| 7 | + "description": "Airtable formula, script & automation editor with MCP server (64 tools), language server, and AI skills for VS Code.", |
8 | 8 | "icon": "images/icon.png", |
9 | 9 | "license": "MIT", |
10 | 10 | "author": { |
|
492 | 492 | "enumDescriptions": [ |
493 | 493 | "Schema inspection and formula validation only (11 tools)", |
494 | 494 | "Read + create/update tables, fields, views, sidebar sections, and record templates, no deletes, no form metadata (49 tools)", |
495 | | - "All tools enabled including destructive ops, form metadata, and extensions (63 tools)", |
| 495 | + "All tools enabled including destructive ops, form metadata, and extensions (64 tools)", |
496 | 496 | "User-defined per-tool selection" |
497 | 497 | ], |
498 | 498 | "description": "Active MCP tool profile. Controls which tools are exposed to AI agents through the bundled Airtable MCP server." |
|
659 | 659 | { |
660 | 660 | "id": "AirtableFormula.server", |
661 | 661 | "label": "Airtable User MCP", |
662 | | - "description": "Manage Airtable bases via 63 MCP tools: schema read, table CRUD, field CRUD (including formula/rollup/lookup/download), view configuration (filters / sorts / groups / visibility / column ordering / freezing — with merge-safe append mode), sidebar section grouping, view-type metadata (Kanban/Gallery/Calendar covers, colors, calendar date ranges), legacy-form metadata, formula validation, formula download, bulk base formula download, record template management (create / rename / pre-fill cells / duplicate / apply / delete), and extension management. Operates over stdio using JSON-RPC 2.0." |
| 662 | + "description": "Manage Airtable bases via 64 MCP tools: schema read, table CRUD, field CRUD (including formula/rollup/lookup/download), view configuration (filters / sorts / groups / visibility / column ordering / freezing — with merge-safe append mode), sidebar section grouping, view-type metadata (Kanban/Gallery/Calendar covers, colors, calendar date ranges), legacy-form metadata, formula validation, formula download, bulk base formula download, record template management (create / rename / pre-fill cells / duplicate / apply / delete), and extension management. Operates over stdio using JSON-RPC 2.0." |
663 | 663 | } |
664 | 664 | ] |
665 | 665 | }, |
|
0 commit comments