🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@declaw/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@declaw/mcp-server - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+2
-9
dist/tools/sandbox.js

@@ -14,13 +14,6 @@ import { Sandbox, createSecurityPolicy } from '@declaw/sdk';

if (allowedDomains && allowedDomains.length > 0) {
result.network = {
policy: 'egress',
allowedEgressDestinations: allowedDomains.map((d) => ({
protocol: 'tcp',
host: d,
port: 443,
})),
};
result.network = { allowOut: allowedDomains };
}
else if (preset === 'strict') {
result.network = { policy: 'deny-all' };
result.network = { denyOut: ['0.0.0.0/0'] };
}

@@ -27,0 +20,0 @@ return result;

+1
-1
{
"name": "@declaw/mcp-server",
"version": "0.1.0",
"version": "0.1.1",
"description": "MCP server for Declaw — secure AI sandboxes with network policies, PII scanning, injection defense, and audit logging",

@@ -5,0 +5,0 @@ "type": "module",