type property
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
contentfield 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/listresponse.
Implementation
core.String? type;