Update Readme.md

This commit is contained in:
AiShell 2025-05-03 15:10:42 +08:00 committed by GitHub
parent afb7fddaf7
commit c680ef440f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,22 +5,13 @@ mcp_server.py,连接Kali_server,形成本地的mcp服务供cursor 连接。
cursor 配置文件<br>
<code>
"mcpkali": {
      "command": "cmd",
      "args": [
        "/c",
        "python",
        "D:\\XXX\\mcp_server.py",
        "--server",
        "http://IP:5000"
      ]
    }
</code>