mcp-server-text-editor

// This is a sample JavaScript file function greet(name) { return `Hello, ${name}!`; } const result = greet('World'); console.log(result); // This is the end of the file