MCP Terminal Server

{ "functions": [ { "source": "functions", "codebase": "default", "ignore": [ "node_modules", ".git", "firebase-debug.log", "firebase-debug.*.log" ], "predeploy": ["npm --prefix \"$RESOURCE_DIR\" run build"] } ], "hosting": { "public": "public" }, "emulators": { "auth": { "port": 9099 }, "functions": { "port": 5001 }, "hosting": { "port": 5000 }, "ui": { "enabled": true }, "singleProjectMode": true } }