type property

String? type
getter/setter pair

The type of the MCP Server spec content.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified type.
  • "NO_SPEC" : There is no spec for the MCP Server. The content field must be empty.
  • "TOOL_SPEC" : The content is a MCP Tool Spec following the One MCP specification. The payload is the same as the tools/list response.

Implementation

core.String? type;