| 12345678910111213141516171819202122232425 |
- {
- "mcpServers": {
- "autoglm-browser-agent": {
- "command": "c:\\Users\\windysister\\.agents\\skills\\autoglm-browser-agent\\dist\\mcp_server.exe",
- "args": [
- "--start_url",
- "https://www.bing.com",
- "--window_width",
- "1456",
- "--window_height",
- "819",
- "--resize_width",
- "1456",
- "--resize_height",
- "819",
- "--max_steps",
- "100",
- "--log_dir",
- "c:\\Users\\windysister\\.agents\\skills\\autoglm-browser-agent\\mcp_output",
- "--if_subagent"
- ]
- }
- },
- "imports": []
- }
|