UNPKG

@xcud/remote-commander

Version:

MCP server for remote file operations via REST API

6 lines (5 loc) 215 B
// Export all handlers from their respective files export * from './filesystem-handlers.js'; export * from './terminal-handlers.js'; export * from './process-handlers.js'; export * from './edit-search-handlers.js';