Resource: McpServer
Represents an MCP Server. MCP Servers act as endpoints that expose a collection of tools that can be invoked by agents.
| JSON representation |
|---|
{
"name": string,
"displayName": string,
"description": string,
"urls": [
string
],
"capabilities": {
object
},
"state": enum ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the MCP Server. Format: |
displayName |
Optional. A human readable name for the MCP server. |
description |
Optional. A human-readable description of the MCP Server's functionality. |
urls[] |
The base URL of the MCP server. Example: [geolocation.googleapis.com/mcp]. |
capabilities |
The capabilities that a server may support. Known capabilities defined in https://modelcontextprotocol.io/specification/2025-06-18/schema#servercapabilities and additional capabilities defined by the servers. |
state |
Output only. The state of the MCP Server. |
State
The state of McpServer resource.
| Enums | |
|---|---|
STATE_UNSPECIFIED |
The McpServer state is unspecified. |
ENABLED |
The McpServer is enabled. |
DISABLED |
The McpServer is disabled. |
Methods |
|
|---|---|
|
Gets a single McpServer. |
|
Lists McpServers in a given Project. |