Modes
Createdccc0168
Provides programmatic control over custom operational mode configuration and management.
About
Modes is a Management Control Plane (MCP) server designed to manage custom operational modes, offering programmatic control over mode configuration. It enables full CRUD operations for managing custom modes, leveraging schema validation with Zod and file system watching for configuration changes. The server provides a streamlined approach to defining and managing operational modes within the Roo environment, including error handling with standard MCP error codes and atomic file operations.
Key Features
- Full CRUD operations for custom modes
- File system watching for config changes
- Atomic file operations
- Schema validation with Zod
- Error handling with standard MCP error codes