@gonzih/cc-discord 0.2.16 → 0.2.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -64,7 +64,7 @@ export function injectMcp(ns, wsPath, token) {
|
|
|
64
64
|
return;
|
|
65
65
|
}
|
|
66
66
|
const npmCache = process.env.npm_config_cache ?? `${homedir()}/.npm`;
|
|
67
|
-
const trustedOwners = process.env.CC_AGENT_TRUSTED_OWNERS ?? "";
|
|
67
|
+
const trustedOwners = process.env.CC_AGENT_TRUSTED_OWNERS ?? "gonzih,ecoclaw,simorgh-app";
|
|
68
68
|
const systemPath = process.env.PATH ?? "/usr/local/bin:/usr/bin:/bin";
|
|
69
69
|
const config = {
|
|
70
70
|
mcpServers: {
|