/** * Trae config generator. * * Config file: .trae/mcp.json (project-scoped) * Format: { "mcpServers": { "name": { "command", "args", "env" } } } * * Near-passthrough — Trae uses the same canonical mcpServers format. * Project-scoped configuration. */ import type { AppMetadata } from "@getmcp/core"; import { BaseGenerator } from "./base.js"; export declare class TraeGenerator extends BaseGenerator { app: AppMetadata; detectInstalled(): boolean; } //# sourceMappingURL=trae.d.ts.map