Skip to content

Documentation / @agentick/core / MCPServerConfig

Interface: MCPServerConfig

Defined in: core/src/mcp/types.ts:15

Cursor-style MCP server configuration (simplified format) Used for both EngineConfig.mcpServers and MCPToolComponent config

Properties

args?

optional args: string[]

Defined in: core/src/mcp/types.ts:17


command

command: string

Defined in: core/src/mcp/types.ts:16


env?

optional env: Record<string, string>

Defined in: core/src/mcp/types.ts:18

Released under the ISC License.