Commit 0d63aeb2 authored by Kostas Chartsias's avatar Kostas Chartsias
Browse files

minor README fix

parent e4e742bb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ MCP_module/
---

* **`json_templates/`**: Contains CAMARA-compatible JSON structures that act as request/response templates.
  These are dynamically **interpolated** using user input before being sent to the MCP or CAMARA endpoint.
  These are dynamically **interpolated** using user input before being sent to CAMARA endpoint.

* **`models/`**: Contains **Pydantic models** that mirror CAMARA API specifications from
  [CAMARA API to MCP Mapping](https://lf-camaraproject.atlassian.net/wiki/spaces/CAM/pages/222691579/CAMARA+API+to+MCP+Tool+Mapping).
@@ -66,7 +66,6 @@ OpenOP_Backend=
OpenOP_ISI_BACKEND=
```

These define where the MCP server will listen for requests.

### Option 2 - Containerized
Build the Docker Image