feat(ui-rewrite): add useMCPServerForm hook for creating and editing MCP servers#4561
feat(ui-rewrite): add useMCPServerForm hook for creating and editing MCP servers#4561marekdano wants to merge 1 commit intoepic/ui-rewritefrom
Conversation
29a8e2f to
32d73a2
Compare
Signed-off-by: Marek Dano <Marek.Dano@ibm.com>
6a9a479 to
93c249a
Compare
|
🤖 Sonnet 4.6 review feedback: Good structure here: extracting form logic into a dedicated hook with Zod validation and sanitization is the right call. A few things worth flagging...
Worth noting before this goes to production:
|
🔗 Related Issue
Related #4175
📝 Summary
Add a hook for creating and editing MCP servers. The hook contains calls to API endpoints to create or edit MCP Servers.
create_mcp_server.mov
🏷️ Type of Change