BlowbackServer

ESnark
GitHub
DevelopmentIntegrationReal-time updates

Loading subscription status...

💡 Description

The Vite MCP Server (Blowback) aims to support multiple FE development servers, not just Vite, integrating the Model Context Protocol (MCP) server to enable integration with Cursor.

📝 JSON Entries

{
  "mcpServers": [
    {
      "blowback": {
        "args": [
          "-y",
          "blowback-context"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

get-hmr-eventscheck-hmr-statusstart-browsercapture-screenshotget-element-propertiesget-element-stylesget-element-dimensionsmonitor-networkget-element-htmlget-console-logsexecute-browser-commands

Features

  • Integration with FE development servers
  • Captures and transmits browser console logs via MCP
  • Checkpoint-based log management

💬 Example Queries

  • Capture a screenshot of the current page.
  • Start a browser instance and navigate to the Vite dev server.
  • Retrieve recent HMR events.