Skip to content

Commit ce09a39

Browse files
authored
Update README.md
1 parent 700e590 commit ce09a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Update your Claude Desktop configuration file with the following settings:
4646
"run",
4747
"@ScrapeGraphAI/scrapegraph-mcp",
4848
"--config",
49-
"\"{\\\"scrapegraphApiKey\\\":\\\"sgai-123456\\\"}\""
49+
"\"{\\\"scrapegraphApiKey\\\":\\\"YOUR-SGAI-API-KEY\\\"}\""
5050
]
5151
}
5252
}
@@ -89,7 +89,7 @@ The server implements robust error handling with detailed, actionable error mess
8989
When running on Windows systems, you may need to use the following command to connect to the MCP server:
9090

9191
```bash
92-
C:\Windows\System32\cmd.exe /c npx -y @smithery/cli@latest run @ScrapeGraphAI/scrapegraph-mcp --config "{\"scrapegraphApiKey\":\"sgai-123456\"}"
92+
C:\Windows\System32\cmd.exe /c npx -y @smithery/cli@latest run @ScrapeGraphAI/scrapegraph-mcp --config "{\"scrapegraphApiKey\":\"YOUR-SGAI-API-KEY\"}"
9393
```
9494

9595
This ensures proper execution in the Windows environment.

0 commit comments

Comments
 (0)