WIP a2a-mcp updates
All checks were successful
build / test (push) Successful in 30s

This commit is contained in:
2026-05-23 14:33:03 -04:00
parent 4ff51157c0
commit 91c7bf9c57
5 changed files with 56 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ export interface AgentRow {
status: string;
url?: string;
description?: string;
card?: Record<string, any>;
}
export class ControlPlaneClient {