🏩 types.ts

This commit is contained in:
nirholas
2026-03-31 10:23:53 +00:00
parent eb48568edf
commit 8aeef947ee

View File

@@ -256,3 +256,4 @@ export interface MCPCliState {
resources: Record<string, ServerResource[]>
normalizedNames?: Record<string, string> // Maps normalized names to original names
}