( config: McpServerConfig, )
| 451 | } |
| 452 | |
| 453 | function isWebSocketConfig( |
| 454 | config: McpServerConfig, |
| 455 | ): config is McpWebSocketServerConfig { |
| 456 | return config.type === 'ws' |
| 457 | } |
| 458 | |
| 459 | /** |
| 460 | * Extracts MCP server definitions from agent frontmatter and groups them by server name. |
no outgoing calls
no test coverage detected