Commit 83c48b0
committed
fix: Fix MCP Servers UI Tabs import error and complete implementation
- Replace TabItem child components with items array pattern for Tabs
- Fix import error by removing non-existent TabItem export
- Complete MCP Registry implementation with automatic registration
- Add comprehensive API key management functions
- Include deployment documentation and developer guides
The MCP Servers page now correctly uses the Amplify UI React Tabs
component pattern, allowing proper rendering of the Registry and
Environment Info tabs.1 parent 17944d8 commit 83c48b0
31 files changed
Lines changed: 7930 additions & 1 deletion
File tree
- docs
- lambda/graphql
- scripts
- ui_amplify
- amplify
- backend/function
- generateAPIKey
- listAPIKeys
- revokeAPIKey
- rotateAPIKey
- data
- src
- components
- pages
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
104 | 138 | | |
105 | 139 | | |
106 | 140 | | |
| |||
0 commit comments