Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/rosetta-mcp-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Rosetta MCP supports two runtime modes:
|----------|-------|---------|-------|
| `ROSETTA_SERVER_URL` | Runtime (all modes) | `https://<production server URL>/` | Rosetta Server base URL |
| `ROSETTA_API_KEY` | Runtime (all modes) | Empty | Required for Rosetta Server access |
| `VERSION` | Runtime (all modes) | `r1` | Used for instruction dataset resolution (`aia-{version}`) |
| `VERSION` | Runtime (all modes) | `r3` | Used for instruction dataset resolution (`aia-{version}`) |
| `ROSETTA_TRANSPORT` | Runtime (all modes) | `stdio` | `stdio` or `http` |
| `ROSETTA_HTTP_HOST` | Runtime (HTTP) | `0.0.0.0` | HTTP bind host |
| `ROSETTA_HTTP_PORT` | Runtime (HTTP) | `8000` | HTTP bind port |
Expand Down Expand Up @@ -106,7 +106,7 @@ Rosetta MCP supports two runtime modes:
|----------|-------------|---------|
| `ROSETTA_SERVER_URL` | Rosetta Server base URL | `https://<production server URL>/` |
| `ROSETTA_API_KEY` | API key used by Rosetta MCP to access Rosetta Server | Required |
| `VERSION` | Instruction release used for instruction dataset resolution (`aia-{version}`) | `r1` |
| `VERSION` | Instruction release used for instruction dataset resolution (`aia-{version}`) | `r3` |
| `ROSETTA_DEBUG` | Enable debug logging to stderr (`1/true/yes/on`); legacy alias `IMS_DEBUG` still honored | Disabled |
| `FASTMCP_LOG_LEVEL` | Set to `DEBUG` alongside `ROSETTA_DEBUG=1` for full FastMCP internals | `INFO` |
| `FASTMCP_ENABLE_RICH_LOGGING` | Set to `false` to disable Rich formatting (use in production/Grafana) | `true` |
Expand Down
Loading