MCPToolDefinition interface

The input definition information for a MCP tool which defines a MCP server endpoint

Extends

Properties

allowedTools

List of allowed tools for MCP server

serverLabel

The label for the MCP server

serverUrl

The endpoint for the MCP server

type

The object type, which is always 'mcp'.

Property Details

allowedTools

List of allowed tools for MCP server

allowedTools?: string[]

Property Value

string[]

serverLabel

The label for the MCP server

serverLabel: string

Property Value

string

serverUrl

The endpoint for the MCP server

serverUrl: string

Property Value

string

type

The object type, which is always 'mcp'.

type: "mcp"

Property Value

"mcp"