UNPKG

tree-ast-grep-mcp

Version:

Simple, direct ast-grep wrapper for AI coding agents. Zero abstractions, maximum performance.

10 lines (8 loc) 240 B
// Additional JavaScript file to test multiple file scenarios function debugLog(message) { console.log("[DEBUG]", message); } function errorLog(error) { console.log("[ERROR]", error.message); } module.exports = { debugLog, errorLog };