feat: polish protocol-aware operator UI

This commit is contained in:
a.tolmachev
2026-03-25 21:52:53 +03:00
parent f8b79906ed
commit c1447c8365
12 changed files with 1246 additions and 255 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export function OperationCreatePage() {
<div className="page-stack">
<PageSection
title="Create Operation"
subtitle="REST-first creation flow for the first production UI slice. GraphQL and gRPC will reuse the same operator surface later."
subtitle="Create one MCP tool from one fixed REST, GraphQL or unary gRPC contract."
>
<OperationForm />
</PageSection>