Your Question
curl -v http://127.0.0.1:1933/mcp
- Trying 127.0.0.1:1933...
- Connected to 127.0.0.1 (127.0.0.1) port 1933 (#0)
GET /mcp HTTP/1.1
Host: 127.0.0.1:1933
User-Agent: curl/7.76.1
Accept: /
- Mark bundle as not supporting multiuse
< HTTP/1.1 404 Not Found
< date: Thu, 02 Apr 2026 12:49:28 GMT
< server: uvicorn
< content-length: 22
< content-type: application/json
< x-process-time: 0.0009186267852783203
<
- Connection #0 to host 127.0.0.1 left intact
{"detail":"Not Found"}[root@localhost openviki]#
Context
No response
Code Example (Optional)
Related Area
None
Before Asking
Your Question
curl -v http://127.0.0.1:1933/mcp
< HTTP/1.1 404 Not Found
< date: Thu, 02 Apr 2026 12:49:28 GMT
< server: uvicorn
< content-length: 22
< content-type: application/json
< x-process-time: 0.0009186267852783203
<
{"detail":"Not Found"}[root@localhost openviki]#
Context
No response
Code Example (Optional)
Related Area
None
Before Asking