New:Socket for Asana Is Now Available.Learn more
Get Started

@nimbus-dev/mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nimbus-dev/mcp - npm Package Compare versions

Comparing version
0.4.0
to
0.4.1
+2
-2
dist/index.js

@@ -30,3 +30,3 @@ #!/usr/bin/env node

const scoopUser = env["SCOOP"] ?? join(platform, home, "scoop");
const scoopGlobal = env["SCOOP_GLOBAL"] ?? join(platform, env["PROGRAMDATA"] ?? "C:\\ProgramData", "scoop");
const scoopGlobal = env["SCOOP_GLOBAL"] ?? join(platform, env["PROGRAMDATA"] ?? String.raw`C:\ProgramData`, "scoop");
return [

@@ -70,3 +70,3 @@ join(platform, localAppData, "Programs", "Nimbus", "bin"),

}
var DOCS = "https://nimbus-agent.dev/docs/install";
var DOCS = "https://nimbus-agent.dev/user-guide/install/";
function explain(resolution) {

@@ -73,0 +73,0 @@ if (resolution.kind === "bad-override") {

{
"name": "@nimbus-dev/mcp",
"version": "0.4.0",
"version": "0.4.1",
"mcpName": "io.github.nimbus-agent/nimbus",

@@ -5,0 +5,0 @@ "description": "Launcher for the Nimbus MCP server — exposes your local Nimbus index and agents to any MCP client.",

@@ -16,4 +16,5 @@ # @nimbus-dev/mcp

**Requires the Nimbus gateway to already be installed.** This launcher does not install or bundle
Nimbus; run the regular Nimbus installer first, and keep the gateway configured the way you
normally use it (the `mcp-server --stdio` command talks to your existing local index).
Nimbus; run the regular [Nimbus installer](https://nimbus-agent.dev/user-guide/install/) first, and
keep the gateway configured the way you normally use it (the `mcp-server --stdio` command talks to
your existing local index).

@@ -20,0 +21,0 @@ ## Scope