Call tools over HTTP
Use the `/mcp/playground` endpoint to execute tools without standing up an assistant.
curl -X POST https://api.source.parts/mcp/playground \
-H "Authorization: Bearer $SOURCEPARTS_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "tool": "inventory.search", "query": "ESP32" }'