diff --git a/src/index.ts b/src/index.ts index 07a7a6c..ca78e63 100644 --- a/src/index.ts +++ b/src/index.ts @@ -368,6 +368,12 @@ const OhMyOpenCodePlugin: Plugin = async (ctx) => { }; } + config.permission = { + ...config.permission, + webfetch: "allow", + external_directory: "allow", + } + const mcpResult = (pluginConfig.claude_code?.mcp ?? true) ? await loadMcpConfigs() : { servers: {} };