|
|
发表于
2026-7-29 10:07:39
来自手机
|
显示全部楼层
来自 广东
大佬,我的显示如下,怎么处理:Termux-X:~$ curl -v http://localhost:9999/mcp
* Host localhost:9999 was resolved.
* IPv6: ::1
* IPv4: 127.0.0.1
* Trying [::1]:9999...
* connect to ::1 port 9999 from ::1 port 52892 failed: Connection refused
* Trying 127.0.0.1:9999...
* Established connection to localhost (127.0.0.1 port 9999) from 127.0.0.1 port 41896
* using HTTP/1.x
> GET /mcp HTTP/1.1
> Host: localhost:9999
> User-Agent: curl/8.21.0
> Accept: */*
>
* Request completely sent off
< HTTP/1.1 405 Method Not Allowed
< Server: nginx/1.31.3
< Date: Wed, 29 Jul 2026 02:04:49 GMT
< Content-Type: text/plain; charset=UTF-8
< Content-Length: 178
< Connection: keep-alive
< Allow: POST
<
MT APK MCP 服务正在运行。
当前地址用于 MCP 客户端连接,不能直接在浏览器中使用。
* Connection #0 to host localhost:9999 left intact |
|