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

@@ -12,6 +12,7 @@ import path from "node:path";
export interface EnabledAgent {
name: string;
url: string;
mcpPath?: string;
description?: string;
addedAt: string;
}