Sign In

delx-mcp-kit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delx-mcp-kit

Shared SOTA primitives for Delx local-first MCP servers: privacy escalation, GPS redaction, token store, annotations, agent error codes.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

delx-mcp-kit

Shared SOTA primitives for Delx local-first MCP servers.

Not another wearable connector — the contract layer the fleet already dogfoods:

ExportRole
resolvePrivacyModeAgent raw / include_gps requires explicit_user_intent
stripGpsDeep / deepRedactRecursive GPS/PII key stripping
TokenStoreLocal tokens: dir 0700, file 0600, lock
readOnlyAnnotation / mutationAnnotationScorecard-ready MCP annotations
ERROR_CODES / userActionRequiredStable agent error strings
npm i delx-mcp-kit
import { resolvePrivacyMode, stripGpsDeep, TokenStore, userActionRequired } from "delx-mcp-kit";

const mode = resolvePrivacyMode(
  { privacyMode: "structured" },
  params.privacy_mode,
  { explicit_user_intent: params.explicit_user_intent, include_gps: params.include_gps },
);

MIT · part of the Delx wellness MCP surface. Yardstick: mcp-scorecard.

Keywords

mcp

FAQs

Package last updated on 05 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts