Textwell MCP Server

/** * Textwell URL schemes */ export const URL_SCHEMES = { replace: 'textwell:///replace', insert: 'textwell:///insert', add: 'textwell:///add' } as const; export const TIMEOUT = 5000; // 5 seconds timeout