Peter Tripp
a713c66a9d
Redact command environment variables from log output (#32985)
Before/After (linebreaks added for readability)
```log
# before
INFO [project::context_server_store::extension]
loaded command for context server mcp-server-github:
Command {
command: "/Users/peter/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v0.5.0/github-mcp-server",
args: ["stdio"],
env: [("GITHUB_PERSONAL_ACCESS_TOKEN", "gho_WOOOOOOOOOOOOOOO")]
}
#after
INFO [project::context_server_store::extension]
loaded command for context server mcp-server-github:
Command {
command: "/Users/peter/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v0.5.0/github-mcp-server",
args: ["stdio"],
env: [("GITHUB_PERSONAL_ACCESS_TOKEN", "[REDACTED]")]
}
```
Release Notes:
- Redact sensitive environment variables from MCP logs
2025-06-21 11:19:23 -04:00
..
2025-06-04 02:37:27 +00:00
2025-02-28 18:33:35 +01:00
2025-05-23 20:45:32 +00:00
2024-11-20 16:52:38 -08:00
2025-06-17 14:39:45 +00:00
2025-04-27 19:04:51 +00:00
2025-05-20 23:06:07 +00:00
2025-06-21 11:19:23 -04:00
2025-03-13 22:56:16 +00:00
2025-06-13 18:12:31 +00:00
2025-04-29 16:06:43 +00:00
2025-01-26 14:56:07 +08:00
2025-04-29 16:06:43 +00:00
2025-06-21 11:19:23 -04:00