refactor(catalog-model): move mcp-server model to opt-in backend module
Moves the mcp-server specType registration out of the default catalog entity model into a separate backend module following the same pattern as the AiResource module. Types and validators are now alpha exports. Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-mcp-server-model': patch
|
||||
---
|
||||
|
||||
New backend module that registers support for the `mcp-server` API spec type in the catalog. Install with `backend.add(import('@backstage/plugin-catalog-backend-module-mcp-server-model'))`.
|
||||
Reference in New Issue
Block a user