各位大佬想问下codex如何配置jadx_mcp呀

RainCh 2026-07-03 17:30 1

我这样配置的



然后命令行去测试提示这个

最新回复 (4)
  • pluto233 07-03 18:23
    1

    w 猫直接也试过stdio但是总是启动不起来 后来用http sse的方式启动了喵~(瘫


    这是ccs的配置(瘫


    {
    "type": "sse",
    "url": "http://127.0.0.1:8651/mcp",
    "toolTimeout": 300000
    }

    w 是bug喵~ 请看这个issue 建议先用sse(逃

  • RainCh 楼主 07-03 19:49
    2

    好的 感谢大佬 我去试试,我也试了一个下午一直报错,然后修改也是一样就发一下帖子求助了

  • RainCh 楼主 07-03 19:51
    3

    大佬还问下,ccs怎么配置呀??????

  • pluto233 07-03 19:54
    4

    w 你之前是怎么安的(呆


    cc switch右上角mcp管理添加mcp就好喵~


    改 ~/.codex/config.toml也可以喵~(瘫


    [mcp_servers.jadc-http]
    type = "sse"
    url = "http://127.0.0.1:8651/mcp"
    toolTimeout = 300000

    记得先启动

    uv run jadx_mcp_server.py --http

* 帖子来源Linux.do
返回