@mcp-sextoy/core
v0.6.8
Published
The central execution kernel for the universal hardware orchestration framework. This package provides the MCP (Model Context Protocol) server implementation, hardware-blind orchestration logic, and real-time safety enforcement.
Readme
@mcp-sextoy/core
The central execution kernel for the universal hardware orchestration framework. This package provides the MCP (Model Context Protocol) server implementation, hardware-blind orchestration logic, and real-time safety enforcement.
Features
- Deterministic Discovery: Automatically loads plugins and patterns from
node_modules. - Safety Engine: Hardware-blind enforcement of Anti-Jolt, Physical Calibration, and Countdown Timers.
- MCP Native: Seamless integration with LLMs via tool-calling.
Installation
npm install @mcp-sextoy/coreUsage
Run the server directly:
mcp-sextoy --plugins @mcp-sextoy/device-samneo2Or use it as a library:
import { SextoyMcpServer } from '@mcp-sextoy/core';
const server = new SextoyMcpServer({ autoDiscover: true });
await server.run();License
GPL-3.0
