server: host: "0.0.0.0" port: 8080 grpc_port: 9090 database: type: "timescaledb" host: "localhost" port: 5432 database: "mcp_analytics" username: "mcp_user" password: "changeme" migrations_path: "migrations" privacy: sanitize_parameters: true sensitive_keys: - "password" - "token" - "api_key" - "secret" hash_session_ids: false monitoring: prometheus: enabled: true path: "/metrics" health_check: enabled: true path: "/health" logging: level: "info" format: "json" output: "stdout"