Skip to content

Conversation

@ltraub
Copy link
Contributor

@ltraub ltraub commented Nov 20, 2025

This repository is public. Do not put here any private DataRobot or customer's data: code, datasets, model artifacts, .etc.

Summary

Rationale

Comment on lines +124 to +126
maybe_set_env_from_runtime_parameters("EXTERNAL_MCP_URL")
maybe_set_env_from_runtime_parameters("MCP_DEPLOYMENT_ID")
maybe_set_env_from_runtime_parameters("SESSION_SECRET_KEY")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the Config class for this, it is built to solve exactly all of these problems. Just add these variables to it and it will automatically load them in from .env, from pulumi exports, and from runtime parameters

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@carsongee This is the plan, but we need a short term-fix until the proper implementation is ready.

@ltraub ltraub closed this Dec 1, 2025
@ltraub
Copy link
Contributor Author

ltraub commented Dec 1, 2025

This is not needed as the MCP config now uses DataRobotAppFrameworkBaseSettings datarobot-oss/datarobot-genai#44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants