Update README.MD

This commit is contained in:
ArrowXBD
2026-05-24 20:16:56 +06:00
committed by GitHub
parent 5e2e61b665
commit 309c6baec1
+6 -1
View File
@@ -56,6 +56,11 @@ Codex:
codex mcp add --env PORT="50325" --env API_KEY="your_api_key" adspower-local-api -- npx -y local-api-mcp-typescript
```
OpenClaw:
```bash
openclaw mcp set adspower-local-api '{"command":"npx","args":["-y","local-api-mcp-typescript"],"env":{"PORT":"50325","API_KEY":"your_api_key"}}'
```
Cursor: Go to Cursor Settings -> MCP -> Add New MCP Server, and then paste the following content:
```json
{
@@ -181,4 +186,4 @@ cd packages/adspower-browser
docker-compose -f ./docker-compose.yml up -d
docker-compose exec adspower-cli /bin/bash
```
```