McpTool
import type { McpTool } from "https://googleapis.deno.dev/v1/ces:v1.ts";An MCP tool. See https://modelcontextprotocol.io/specification/2025-06-18/server/tools for more details.
§Properties
Optional. Authentication information required to execute the tool against the MCP server. For bearer token authentication, the token applies only to tool execution, not to listing tools. This requires that tools can be listed without authentication.
Required. The server address of the MCP server, e.g., "https://example.com/mcp/". If the server is built with the MCP SDK, the url should be suffixed with "/mcp/". Only Streamable HTTP transport based servers are supported. This is the same as the server_address in the McpToolset. See https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http for more details.
Optional. Service Directory configuration for VPC-SC, used to resolve service names within a perimeter.