e8c5727a22
Block sensitive env var interpolation in MCP config expansion so repo and plugin MCP definitions cannot exfiltrate secrets by default. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
13 lines
315 B
TypeScript
13 lines
315 B
TypeScript
/**
|
|
* MCP Configuration Loader
|
|
*
|
|
* Loads Claude Code .mcp.json format configurations from multiple scopes
|
|
* and transforms them to OpenCode SDK format
|
|
*/
|
|
|
|
export * from "./types"
|
|
export * from "./loader"
|
|
export * from "./transformer"
|
|
export * from "./env-expander"
|
|
export * from "./configure-allowed-env-vars"
|