diff --git a/src/services/mcp/channelAllowlist.ts b/src/services/mcp/channelAllowlist.ts index bf511e5..c8d7849 100644 --- a/src/services/mcp/channelAllowlist.ts +++ b/src/services/mcp/channelAllowlist.ts @@ -74,3 +74,4 @@ export function isChannelAllowlisted( e => e.plugin === name && e.marketplace === marketplace, ) } +