From 12b7bde746ea682cde1519ecb86130c30cb8dbdf Mon Sep 17 00:00:00 2001 From: flobo3 Date: Fri, 27 Mar 2026 08:20:45 +0300 Subject: [PATCH] feat: add nanobot client support --- src/client-config.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/client-config.ts b/src/client-config.ts index db86c34..3e973a3 100644 --- a/src/client-config.ts +++ b/src/client-config.ts @@ -128,6 +128,12 @@ function getClientPaths(): { [key: string]: ClientInstallTarget } { localPath: path.join(process.cwd(), ".mcp.json"), configKey: "mcpServers", }, + nanobot: { + type: "file", + path: path.join(homeDir, ".nanobot", "config.json"), + localPath: path.join(process.cwd(), ".nanobot", "config.json"), + configKey: "mcp.servers", + }, goose: { type: "file", path: path.join(homeDir, ".config", "goose", "config.yaml"), @@ -185,6 +191,7 @@ export const clientNames = [ "zed", "droid", "warp", + "nanobot", // Desktop apps "claude-desktop", "windsurf",