McpServerSpec
import type { McpServerSpec } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";The spec of the MCP Server.
interface McpServerSpec {
content?: {};
[key: string]: any;
type?: "TYPE_UNSPECIFIED" | "NO_SPEC" | "TOOL_SPEC";
}