mcpServers

abstract fun mcpServers(): Array<String>

Specifies Model Context Protocol (MCP) clients to enable.

MCP clients allow agents to interact with external tools and data sources through the standardized Model Context Protocol. Each value activates a corresponding integration module.

Example:

= {"filesystem", "github", "postgres"})
// Enables file system, GitHub, and PostgresSQL MCP clients
Security Note:

Each MCP server specified may require additional configuration and authentication. Ensure proper credentials are configured before enabling clients.

Return

array of MCP server identifiers to enable and connect to