### NXOpen MCP HTTP API A FastAPI server provides HTTP access to the NXOpen MCP data. * **URL:** `http://100.80.199.40:18860` * **Endpoints:** * `GET /search?query={query}&limit={limit}` - Search for classes, methods, and functions. * `GET /class/{name}` - Get a class by its exact name. * `GET /method/{name}` - Get a method by its exact name. * **Source Code:** `/home/papa/repos/Atomizer/hq/tools/nxopen-mcp/http_server.py` * **Service:** `~/.config/systemd/user/nxopen-mcp-http.service`