@axiom-lattice/gateway 2.1.34 → 2.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,6 +32,7 @@ import { registerSandboxProxyRoutes } from "../controllers/sandbox";
32
32
  import { registerWorkspaceRoutes } from "../controllers/workspace";
33
33
  import { registerDatabaseConfigRoutes } from "../controllers/database-configs";
34
34
  import { registerMetricsServerConfigRoutes } from "../controllers/metrics-configs";
35
+ import { registerMcpServerConfigRoutes } from "../controllers/mcp-configs";
35
36
  import { registerUserRoutes } from "../controllers/users";
36
37
  import { registerTenantRoutes } from "../controllers/tenants";
37
38
  import { registerAuthRoutes } from "../controllers/auth";
@@ -306,6 +307,8 @@ export const registerLatticeRoutes = (app: FastifyInstance): void => {
306
307
 
307
308
  registerMetricsServerConfigRoutes(app);
308
309
 
310
+ registerMcpServerConfigRoutes(app);
311
+
309
312
  registerUserRoutes(app);
310
313
 
311
314
  registerTenantRoutes(app);