Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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";
}

§Properties

§
content?: {
[key: string]: any;
}
[src]

Optional. The content of the MCP Server spec. This payload is validated against the schema for the specified type. The content size is limited to 10KB.

§
type?: "TYPE_UNSPECIFIED" | "NO_SPEC" | "TOOL_SPEC"
[src]

Required. The type of the MCP Server spec content.