Skip to content
VS Code

sheetspec for VS Code

io.github.helloo1568/sheetspec

Contract testing and quality gates for spreadsheets created by AI agents.

client:VS Code transport:stdio runtime:pypi

Install sheetspec in VS Code

.vscode/mcp.json

{
  "servers": {
    "sheetspec": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sheetspec"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

sheetspec in other clients