From 59c2a05d61ac97b8382dfcdf33d6c71d81dbcb58 Mon Sep 17 00:00:00 2001 From: nightcityblade Date: Fri, 14 Aug 2026 11:29:13 +0800 Subject: [PATCH] docs: update MCP version defaults Signed-off-by: nightcityblade --- src/rosetta-mcp-server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rosetta-mcp-server/README.md b/src/rosetta-mcp-server/README.md index 72670183..fddbcafa 100644 --- a/src/rosetta-mcp-server/README.md +++ b/src/rosetta-mcp-server/README.md @@ -66,7 +66,7 @@ Rosetta MCP supports two runtime modes: |----------|-------|---------|-------| | `ROSETTA_SERVER_URL` | Runtime (all modes) | `https:///` | 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 | @@ -106,7 +106,7 @@ Rosetta MCP supports two runtime modes: |----------|-------------|---------| | `ROSETTA_SERVER_URL` | Rosetta Server base URL | `https:///` | | `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` |