Skip to content

/setup makes it very likely that the developer will check secrets into git #2

Description

@napoleond

the /setup command currently interpolates the ATXP connection string—which is a secret—into the mcp json template and injects all of it into the project's .mcp.json file.

It's quite likely that this file would get checked into git, causing the secret to be checked into git—not good!

Could we change /setup so that it adds the ATXP connection string to an environment variable and then uses that environment variable in the JSON file? The script should still write .mcp.json into the project root if it doesn't exist, or merge the new MCP servers into it if it does.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions