fix(cli): v0.1.14 — persist displayName in config file, not env var
Some checks failed
Some checks failed
Write displayName into tmpdir config.json so the MCP server reads it directly. Env vars from claudemesh launch may not propagate to MCP child processes spawned by Claude Code. Config file is reliable. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -220,6 +220,7 @@ export async function runLaunch(extraArgs: string[]): Promise<void> {
|
||||
const sessionConfig: Config = {
|
||||
version: 1,
|
||||
meshes: [mesh],
|
||||
displayName,
|
||||
};
|
||||
writeFileSync(
|
||||
join(tmpDir, "config.json"),
|
||||
|
||||
Reference in New Issue
Block a user