@customaise/mcp
Advanced tools
+1
-1
| { | ||
| "name": "@customaise/mcp", | ||
| "version": "1.1.0", | ||
| "version": "1.1.1", | ||
| "description": "MCP server that connects AI coding agents (Cursor, Claude Code, Codex, Windsurf, Kiro, Antigravity) to the Customaise Chrome extension for userscript management and browser automation.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+9
-0
@@ -136,2 +136,11 @@ # @customaise/mcp | ||
| > [!NOTE] | ||
| > **Where are the files saved?** | ||
| > The MCP server writes the `.customaise` folder to its current working directory (usually your open project root in Cursor or Windsurf). | ||
| > If you are using a global IDE like Claude Desktop, it will default to your Home directory (`~/.customaise`). To force the files to save in a specific project folder, add the `CUSTOMAISE_WORKSPACE` environment variable to your MCP config: | ||
| > | ||
| > ```json | ||
| > "env": { "CUSTOMAISE_WORKSPACE": "/absolute/path/to/your/project" } | ||
| > ``` | ||
| Use `get_selected_elements` to retrieve selections programmatically, or read the auto-pushed `.dom.md` files directly from the workspace. | ||
@@ -138,0 +147,0 @@ |
110598
0.47%222
4.23%