yuqi1129 opened a new issue, #11565:
URL: https://github.com/apache/gravitino/issues/11565

   ### Describe the subtask
   
   Add authentication configuration to `Setting` and the CLI so the MCP server 
can accept a Bearer token at startup.
   
   **Changes:**
   - `mcp_server/core/setting.py`: add `token: str = ""` field to `Setting` 
dataclass
   - `mcp_server/main.py`: add `--token` CLI argument (also readable from env 
var `GRAVITINO_TOKEN`); mask token in log output
   
   **Acceptance:**
   - `uv run mcp_server --metalake ml --token abc123` starts without error
   - Log output does not contain the token value
   
   ### Parent issue
   
   TBD (EPIC to be linked after creation)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to