McpServer
Example Usage
typescript
import { McpServer } from "@meetkai/mka1/models/components";
let value: McpServer = {
id: "<id>",
object: "mcp.server",
name: "<value>",
serverLabel: "<value>",
serverUrl: "https://polished-swing.com/",
serverDescription: "<value>",
allowedTools: [],
requireApproval: "always",
metadata: {
"key": "<value>",
},
createdAt: new Date("2025-09-01T05:23:31.935Z"),
updatedAt: new Date("2026-12-03T11:47:52.446Z"),
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
object | "mcp.server" | ✔️ | N/A |
name | string | ✔️ | N/A |
serverLabel | string | ✔️ | N/A |
serverUrl | string | ✔️ | N/A |
serverDescription | string | ✔️ | N/A |
allowedTools | components.MCPAllowedTools | ✔️ | N/A |
requireApproval | components.MCPRequireApproval | ✔️ | N/A |
metadata | Record<string, any> | ✔️ | N/A |
createdAt | Date | ✔️ | N/A |
updatedAt | Date | ✔️ | N/A |