diff --git a/cli/docs/MCP_USAGE.md b/cli/docs/MCP_USAGE.md index c8ca23b..63dbc7e 100644 --- a/cli/docs/MCP_USAGE.md +++ b/cli/docs/MCP_USAGE.md @@ -34,6 +34,28 @@ Add the following snippet to your Opencode configuration: } ``` +## Cursor + +To use this AI integrated MCP client, add the configuration snippet below to you system's `mcp.json` file. + +### Configuration File Paths + +- **Windows:** `%USERPROFILE%\.cursor\mcp.json` +- **macOS/Linux** `~/.cursor.json` + +### Configuration Snippet + +```json +{ + "mcpServers": { + "react-debugger": { + "command": "npx", + "args": ["-y", "@nhonh/react-debugger@latest", "mcp"] + } + } +} +``` + ## Cline To use this React Debugger MCP server with Cline (VS Code extension), add the configuration snippet below to your system's `cline_mcp_settings.json` file. diff --git a/cli/package-lock.json b/cli/package-lock.json index 44b5a68..57283d0 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nhonh/react-debugger", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nhonh/react-debugger", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@clack/prompts": "^0.9.1", diff --git a/react-debugger.zip b/react-debugger.zip deleted file mode 100644 index 1791483..0000000 Binary files a/react-debugger.zip and /dev/null differ