network-ai
Advanced tools
@@ -32,3 +32,3 @@ #!/usr/bin/env node | ||
| * @module bin/mcp-server | ||
| * @version 4.0.10 | ||
| * @version 4.0.11 | ||
| */ | ||
@@ -110,3 +110,3 @@ | ||
| console.log(` | ||
| network-ai-server — Network-AI MCP Server v4.0.10 | ||
| network-ai-server — Network-AI MCP Server v4.0.11 | ||
@@ -149,3 +149,3 @@ Usage: npx ts-node bin/mcp-server.ts [options] | ||
| console.log(`\n[network-ai-server] Starting MCP Server v4.0.10`); | ||
| console.log(`\n[network-ai-server] Starting MCP Server v4.0.11`); | ||
| console.log(`[network-ai-server] Board: ${args.board} | Port: ${args.port}`); | ||
@@ -152,0 +152,0 @@ |
@@ -32,5 +32,5 @@ #!/usr/bin/env node | ||
| * @module bin/mcp-server | ||
| * @version 4.0.10 | ||
| * @version 4.0.11 | ||
| */ | ||
| export {}; | ||
| //# sourceMappingURL=mcp-server.d.ts.map |
@@ -33,3 +33,3 @@ #!/usr/bin/env node | ||
| * @module bin/mcp-server | ||
| * @version 4.0.10 | ||
| * @version 4.0.11 | ||
| */ | ||
@@ -110,3 +110,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
| console.log(` | ||
| network-ai-server — Network-AI MCP Server v4.0.10 | ||
| network-ai-server — Network-AI MCP Server v4.0.11 | ||
@@ -145,3 +145,3 @@ Usage: npx ts-node bin/mcp-server.ts [options] | ||
| } | ||
| console.log(`\n[network-ai-server] Starting MCP Server v4.0.10`); | ||
| console.log(`\n[network-ai-server] Starting MCP Server v4.0.11`); | ||
| console.log(`[network-ai-server] Board: ${args.board} | Port: ${args.port}`); | ||
@@ -148,0 +148,0 @@ // -------------------------------------------------------------------------- |
+1
-1
@@ -10,3 +10,3 @@ /** | ||
| * @module SwarmOrchestrator | ||
| * @version 4.0.10 | ||
| * @version 4.0.11 | ||
| * @license MIT | ||
@@ -13,0 +13,0 @@ */ |
@@ -128,3 +128,3 @@ "use strict"; | ||
| capabilities: { tools: {} }, | ||
| serverInfo: { name: this.name ?? 'network-ai', version: '4.0.10' }, | ||
| serverInfo: { name: this.name ?? 'network-ai', version: '4.0.11' }, | ||
| }); | ||
@@ -131,0 +131,0 @@ // Client signals it's ready — notification (no response needed, but |
+1
-1
| { | ||
| "name": "network-ai", | ||
| "version": "4.0.10", | ||
| "version": "4.0.11", | ||
| "description": "AI agent orchestration framework for TypeScript/Node.js - plug-and-play multi-agent coordination with 12 frameworks (LangChain, AutoGen, CrewAI, OpenAI Assistants, LlamaIndex, Semantic Kernel, Haystack, DSPy, Agno, MCP, OpenClaw). Built-in security, swarm intelligence, and agentic workflow patterns.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/jovanSAPFIONEER/Network-AI#readme", |
+1
-1
@@ -7,3 +7,3 @@ # Network-AI | ||
| [](https://github.com/jovanSAPFIONEER/Network-AI/actions/workflows/codeql.yml) | ||
| [](https://github.com/jovanSAPFIONEER/Network-AI/releases) | ||
| [](https://github.com/jovanSAPFIONEER/Network-AI/releases) | ||
| [](https://www.npmjs.com/package/network-ai) | ||
@@ -10,0 +10,0 @@ [](#testing) |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package