🔻 common.ts

This commit is contained in:
nirholas
2026-03-31 10:24:13 +00:00
parent 6b1563c97c
commit 1b1f10cce5

View File

@@ -59,3 +59,4 @@ export const CLI_CU_CAPABILITIES = {
export function isComputerUseMCPServer(name: string): boolean { export function isComputerUseMCPServer(name: string): boolean {
return normalizeNameForMCP(name) === COMPUTER_USE_MCP_SERVER_NAME return normalizeNameForMCP(name) === COMPUTER_USE_MCP_SERVER_NAME
} }