added mcp ui as tool

This commit is contained in:
dswbx
2025-08-15 10:12:09 +02:00
parent aafd333d12
commit deb8aacca4
19 changed files with 445 additions and 221 deletions

View File

@@ -18,7 +18,7 @@
--color-success-foreground: var(--color-green-800);
--color-info: var(--color-blue-100);
--color-info-foreground: var(--color-blue-800);
--color-resize: var(--color-blue-300);
@mixin light {
@@ -115,3 +115,10 @@ body,
@apply bg-primary/25;
}
}
@utility debug {
@apply border-red-500 border;
}
@utility debug-blue {
@apply border-blue-500 border;
}