Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"deepscan.enable": true
}
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ This monorepo ships **two products** from one source tree:
- **Airtable Login** — Credentials in OS keychain, browser-based auth with auto-refresh
- **Dashboard** — React webview with Overview, Setup, and Settings tabs

<!-- TODO: Replace with actual screenshot -->
<!-- <p align="center"><img src="https://raw.githubusercontent.com/Automations-Project/VSCode-Airtable-Formula/main/packages/extension/images/screenshot-dashboard.png" alt="Dashboard Screenshot" width="700" /></p> -->

# Screenshot

![Dashboard Screenshot](image.png)

### MCP Server (30 Tools)

Expand Down
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "airtable-formula",
"private": true,
"version": "2.0.11",
"version": "2.0.12",
"publisher": "Nskha",
"displayName": "Airtable Formula",
"description": "Airtable formula editor, MCP server installer, and AI skills for VS Code.",
Expand Down
4 changes: 3 additions & 1 deletion packages/mcp-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,10 @@ Add to your MCP client config (`mcp.json`, `claude_desktop_config.json`, etc.):

Install the [Airtable Formula](https://marketplace.visualstudio.com/items?itemName=Nskha.airtable-formula) extension — it bundles this server and registers it automatically across all your IDEs.

### From source
### From Extension (GUI)
![alt text](image.png)

### From source
```json
{
"mcpServers": {
Expand Down
Binary file added packages/mcp-server/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading