blun-king-cli 9.1.112 → 9.1.113
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.
- package/blun.mjs +2 -2
- package/package.json +1 -1
package/blun.mjs
CHANGED
|
@@ -417951,11 +417951,11 @@ function telegramChannelConfigured(dir = telegramStateDir()) {
|
|
|
417951
417951
|
function telegramChannelMcpServers(dir = telegramStateDir()) {
|
|
417952
417952
|
if (!telegramChannelAttachEnabled()) return void 0;
|
|
417953
417953
|
if (!telegramChannelConfigured(dir)) return void 0;
|
|
417954
|
-
if (managedTelegramPluginEnabled()) return void 0;
|
|
417955
417954
|
const server = resolveTelegramMcpEntry();
|
|
417956
417955
|
if (server === void 0) return void 0;
|
|
417957
417956
|
const launch = resolveNodeScriptLaunch(server);
|
|
417958
|
-
|
|
417957
|
+
const runtimeName = managedTelegramPluginEnabled() ? pluginMcpRuntimeName("telegram", "telegram") : "telegram";
|
|
417958
|
+
return { [runtimeName]: {
|
|
417959
417959
|
transport: "stdio",
|
|
417960
417960
|
command: launch.command,
|
|
417961
417961
|
args: launch.args,
|