- 步驟1:使用`python ipc_server.py`啟動中央Hydra MCP伺服器
- 步驟2:通過向`/register_functions`發送POST請求向伺服器註冊客戶端功能
- 步驟3:使用`get_endpoints()`的MCP API列出可用的端點
- 步驟4:使用`get_registered_functions(endpoint)`檢索特定功能
- 步驟5:使用`call_function(endpoint, function_name, arguments)`調用所需的功能