Skip to content

Commit 6df2731

Browse files
authored
Merge branch 'main' into update_doc_for_ingesting_all_repos
2 parents 9f98d4d + 0f3ae9f commit 6df2731

14 files changed

+595
-5
lines changed

docs/guides/all/manage-mcp-registry.md

Lines changed: 581 additions & 0 deletions
Large diffs are not rendered by default.

src/components/guides-section/consts.js

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const availableGuides = [
135135
{
136136
title: "IAM permission management",
137137
description: "Empower developers to independently enrich their services using a self-service action",
138-
tags: ["Cloud access management", "Actions", "RBAC"],
138+
tags: ["Cloud access management", "Actions", "Access controls"],
139139
logos: ["AWS" ],
140140
// category: "Getting started",
141141
link: "/guides/all/iam-permissions-guide",
@@ -235,7 +235,7 @@ export const availableGuides = [
235235
{
236236
title: "Connect CODEOWNERS with Service, Team & User",
237237
description: "Create a logical connection between your GitHub CODEOWNERS and their corresponding services, teams, and users",
238-
tags: ["RBAC", "GitHub"],
238+
tags: ["Access controls", "GitHub"],
239239
logos: ["GitHub"],
240240
// category: "Getting started",
241241
link: "/guides/all/connect-github-codeowners-with-service-team-and-user",
@@ -1102,7 +1102,7 @@ export const availableGuides = [
11021102
{
11031103
title: "Automate admin role assignment",
11041104
description: "Set up automated user role assignment when they are added to Admins group.",
1105-
tags: ["Security", "Automations", "RBAC"],
1105+
tags: ["Security", "Automations", "Access controls"],
11061106
logos: ["Automations"],
11071107
link: "/guides/all/automate-user-role-update",
11081108
},
@@ -1479,14 +1479,23 @@ export const availableGuides = [
14791479
logos: ["AI", "GitHub"],
14801480
link: "/guides/all/manage-ai-instructions",
14811481
},
1482+
{
1483+
title: "Manage MCP Server Registry",
1484+
description: "Build a centralized MCP server registry with governance, discovery, and automated metadata extraction",
1485+
tags: ["AI", "Actions", "Automations", "Access controls"],
1486+
logos: ["AI", "GitHub"],
1487+
link: "/guides/all/manage-mcp-registry",
1488+
1489+
},
14821490
{
14831491
title: "Auto-enhance PR descriptions with AI",
14841492
description: "Automatically generate comprehensive, template-compliant PR descriptions using Claude Code",
14851493
tags: ["SDLC", "GitHub", "AI", "Automations"],
14861494
logos: ["AI", "GitHub", "Claude Code"],
14871495
link: "/guides/all/auto-enhance-pr-descriptions-with-ai",
1488-
}
1489-
,{title: "Streamline IaC with AI",
1496+
},
1497+
{
1498+
title: "Streamline IaC with AI",
14901499
description: "Use Port AI agents to automate IaC provisioning and management",
14911500
tags: ["IaC for devs", "Github Copilot", "AI", "Actions"],
14921501
logos: ["AI", "AWS"],
192 KB
Loading
359 KB
Loading
381 KB
Loading
416 KB
Loading
241 KB
Loading
310 KB
Loading
555 KB
Loading
690 KB
Loading

0 commit comments

Comments
 (0)