{ "$schema": "./schemas/tfcode.schema.json", "toothfairy": { "workspace_id": "{env:TF_WORKSPACE_ID}", "api_key": "{env:TF_API_KEY}", "region": "au", "sync": { "on_startup": true, "interval": 3600, "tools": { "types": ["mcp", "skill", "database", "function"] } }, "mcp_proxy": { "url": "https://mcp-proxy.{region}.toothfairyai.com", "timeout": 30000 } }, "tools": {}, "agent": { "build": { "mode": "primary", "description": "Default coding agent", "mcp": [] } }, "autoupdate": true }