Model Context Protocol Server Connection
| KEY | TYPE | Description |
|---|---|---|
| mcpServerConnectionId | ID | the id of the MCP server connection. |
| createdAt | str | the date and time the MCP server connection was created. |
| updatedAt | str | the date and time the MCP server connection was updated. |
| name | str | The name of the MCP server. |
| config | dict | a dictionary containing the config for the MCP server. |
| description | str | description of what the MCP server does. |
| transport | str | the transport type for the MCP server. |
| authType | str | the auth type for the MCP server. |
| externalConnectionId | ID | the external connection id for the MCP server. |
| inactive | bool | whether the MCP server is inactive. |
| tools | list | the tools for the MCP server. |
| errorMsg | str | the error message for the MCP server. |
| metadata | dict | the metadata for the MCP server. |