The Modes server provides a programmatic interface for managing custom operational modes, enabling fine-grained control over mode configurations. Features include full CRUD operations for modes, schema validation using Zod, file system watching for configuration changes, standardized error handling, and atomic file operations. It integrates with MCP settings and offers tools to list, get, create, update, and delete modes.
주요 기능
01Performs atomic file operations.
02Provides full CRUD operations for custom modes.
03Validates schema with Zod.
04Handles errors with standard MCP error codes.
05Watches file system for config changes.
060 GitHub stars