mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
9 lines
156 B
Bash
9 lines
156 B
Bash
curl -X POST \
|
|
-H "Content-Type: application/json" \
|
|
-d '{
|
|
"jsonrpc": "2.0",
|
|
"method": "ping",
|
|
"id": 123
|
|
}' \
|
|
http://localhost:8085/mcp
|