|
1 | 1 | { |
2 | 2 | "name": "airtable-formula", |
3 | 3 | "private": true, |
4 | | - "version": "2.0.16", |
| 4 | + "version": "2.0.17", |
5 | 5 | "publisher": "Nskha", |
6 | 6 | "displayName": "Airtable Formula", |
7 | 7 | "description": "Airtable formula editor, MCP server installer, and AI skills for VS Code.", |
|
59 | 59 | } |
60 | 60 | ], |
61 | 61 | "commands": [ |
62 | | - { "command": "airtable-formula.openDashboard", "title": "Airtable Formula: Open Dashboard", "category": "Airtable Formula" }, |
63 | | - { "command": "airtable-formula.setupAll", "title": "Airtable Formula: Setup All IDEs", "category": "Airtable Formula" }, |
64 | | - { "command": "airtable-formula.refreshStatus", "title": "Airtable Formula: Refresh Status", "category": "Airtable Formula" }, |
65 | | - { "command": "airtable-formula.installAISkills","title": "Airtable Formula: Install AI Skills", "category": "Airtable Formula" }, |
66 | | - { "command": "airtable-formula.login", "title": "Airtable Formula: Login to Airtable", "category": "Airtable Formula" }, |
67 | | - { "command": "airtable-formula.logout", "title": "Airtable Formula: Logout (Clear Credentials)", "category": "Airtable Formula" }, |
68 | | - { "command": "airtable-formula.status", "title": "Airtable Formula: Status", "category": "Airtable Formula" }, |
69 | | - { "command": "airtable-formula.install-browser", "title": "Airtable Formula: Install Browser", "category": "Airtable Formula" }, |
70 | | - { "command": "airtable-formula.switchToolProfile","title": "Airtable Formula: Switch MCP Tool Profile", "category": "Airtable Formula" }, |
71 | | - { "command": "airtable-formula.toggleToolCategory","title": "Airtable Formula: Toggle MCP Tool Category", "category": "Airtable Formula" }, |
72 | | - { "command": "airtable-formula.showToolStatus", "title": "Airtable Formula: Show MCP Tool Status", "category": "Airtable Formula" }, |
73 | | - { "command": "airtable-formula.openToolConfig", "title": "Airtable Formula: Open MCP Tool Config File", "category": "Airtable Formula" }, |
74 | | - { "command": "airtable-formula.debug.startSession", "title": "Airtable Formula: Start Debug Session", "category": "Airtable Formula" }, |
75 | | - { "command": "airtable-formula.debug.stopAndExport", "title": "Airtable Formula: Stop & Export Debug Log", "category": "Airtable Formula" }, |
76 | | - { "command": "airtable-formula.debug.export", "title": "Airtable Formula: Export Debug Log", "category": "Airtable Formula" } |
| 62 | + { |
| 63 | + "command": "airtable-formula.openDashboard", |
| 64 | + "title": "Airtable Formula: Open Dashboard", |
| 65 | + "category": "Airtable Formula" |
| 66 | + }, |
| 67 | + { |
| 68 | + "command": "airtable-formula.setupAll", |
| 69 | + "title": "Airtable Formula: Setup All IDEs", |
| 70 | + "category": "Airtable Formula" |
| 71 | + }, |
| 72 | + { |
| 73 | + "command": "airtable-formula.refreshStatus", |
| 74 | + "title": "Airtable Formula: Refresh Status", |
| 75 | + "category": "Airtable Formula" |
| 76 | + }, |
| 77 | + { |
| 78 | + "command": "airtable-formula.installAISkills", |
| 79 | + "title": "Airtable Formula: Install AI Skills", |
| 80 | + "category": "Airtable Formula" |
| 81 | + }, |
| 82 | + { |
| 83 | + "command": "airtable-formula.login", |
| 84 | + "title": "Airtable Formula: Login to Airtable", |
| 85 | + "category": "Airtable Formula" |
| 86 | + }, |
| 87 | + { |
| 88 | + "command": "airtable-formula.logout", |
| 89 | + "title": "Airtable Formula: Logout (Clear Credentials)", |
| 90 | + "category": "Airtable Formula" |
| 91 | + }, |
| 92 | + { |
| 93 | + "command": "airtable-formula.status", |
| 94 | + "title": "Airtable Formula: Status", |
| 95 | + "category": "Airtable Formula" |
| 96 | + }, |
| 97 | + { |
| 98 | + "command": "airtable-formula.install-browser", |
| 99 | + "title": "Airtable Formula: Install Browser", |
| 100 | + "category": "Airtable Formula" |
| 101 | + }, |
| 102 | + { |
| 103 | + "command": "airtable-formula.switchToolProfile", |
| 104 | + "title": "Airtable Formula: Switch MCP Tool Profile", |
| 105 | + "category": "Airtable Formula" |
| 106 | + }, |
| 107 | + { |
| 108 | + "command": "airtable-formula.toggleToolCategory", |
| 109 | + "title": "Airtable Formula: Toggle MCP Tool Category", |
| 110 | + "category": "Airtable Formula" |
| 111 | + }, |
| 112 | + { |
| 113 | + "command": "airtable-formula.showToolStatus", |
| 114 | + "title": "Airtable Formula: Show MCP Tool Status", |
| 115 | + "category": "Airtable Formula" |
| 116 | + }, |
| 117 | + { |
| 118 | + "command": "airtable-formula.openToolConfig", |
| 119 | + "title": "Airtable Formula: Open MCP Tool Config File", |
| 120 | + "category": "Airtable Formula" |
| 121 | + }, |
| 122 | + { |
| 123 | + "command": "airtable-formula.debug.startSession", |
| 124 | + "title": "Airtable Formula: Start Debug Session", |
| 125 | + "category": "Airtable Formula" |
| 126 | + }, |
| 127 | + { |
| 128 | + "command": "airtable-formula.debug.stopAndExport", |
| 129 | + "title": "Airtable Formula: Stop & Export Debug Log", |
| 130 | + "category": "Airtable Formula" |
| 131 | + }, |
| 132 | + { |
| 133 | + "command": "airtable-formula.debug.export", |
| 134 | + "title": "Airtable Formula: Export Debug Log", |
| 135 | + "category": "Airtable Formula" |
| 136 | + } |
77 | 137 | ], |
78 | 138 | "viewsContainers": { |
79 | 139 | "activitybar": [ |
|
123 | 183 | "airtableFormula.mcp.serverSource": { |
124 | 184 | "type": "string", |
125 | 185 | "default": "bundled", |
126 | | - "enum": ["bundled", "npx"], |
| 186 | + "enum": [ |
| 187 | + "bundled", |
| 188 | + "npx" |
| 189 | + ], |
127 | 190 | "enumDescriptions": [ |
128 | 191 | "Use the MCP server bundled with the extension (default)", |
129 | 192 | "Use npx to run airtable-user-mcp from npm (version-independent)" |
|
0 commit comments