You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/guides/mcps.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
2
-
title: MCP Guide
2
+
title: Using MCPs
3
3
description: Learn how to use Model Context Protocol (MCP) servers with GitHub Agentic Workflows to connect AI agents to external tools, databases, and services.
4
+
sidebar:
5
+
order: 200
4
6
---
5
7
6
8
This guide covers using Model Context Protocol (MCP) servers with GitHub Agentic Workflows.
Copy file name to clipboardExpand all lines: docs/src/content/docs/guides/security.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
2
2
title: Security Guide
3
3
description: Important security considerations for GitHub Agentic Workflows, including sandboxing, permissions, and best practices for safe agentic automation.
Copy file name to clipboardExpand all lines: docs/src/content/docs/tools/cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -559,7 +559,7 @@ The `mcp` command provides comprehensive tools for discovering, listing, and ins
559
559
560
560
> **📘 Complete MCP Guide**: For comprehensive MCP setup, configuration examples, and troubleshooting, see the [MCPs](/gh-aw/guides/mcps/).
561
561
>
562
-
> **🔧 MCP Server**: To run gh-aw as an MCP server exposing CLI tools, see the [MCP Server Guide](/gh-aw/guides/mcp-server/).
562
+
> **🔧 MCP Server**: To run gh-aw as an MCP server exposing CLI tools, see the [MCP Server Guide](/gh-aw/tools/mcp-server/).
563
563
564
564
### MCP Server Discovery
565
565
@@ -669,7 +669,7 @@ For detailed MCP debugging and troubleshooting guides, see [MCP Debugging](/gh-a
669
669
670
670
The `mcp-server` command runs gh-aw as a Model Context Protocol (MCP) server, exposing CLI commands as tools that can be called by AI agents and other MCP clients. This enables secure, isolated access to gh-aw functionality.
671
671
672
-
> **📘 Complete MCP Server Guide**: For comprehensive setup, security architecture, workflow integration examples, and troubleshooting, see the [MCP Server Guide](/gh-aw/guides/mcp-server/).
672
+
> **📘 Complete MCP Server Guide**: For comprehensive setup, security architecture, workflow integration examples, and troubleshooting, see the [MCP Server Guide](/gh-aw/tools/mcp-server/).
673
673
674
674
**Starting the Server:**
675
675
@@ -712,7 +712,7 @@ imports:
712
712
713
713
The MCP server uses a subprocess wrapper architecture where each tool invocation spawns a `gh aw` CLI subprocess. This ensures GitHub tokens and secrets remain isolated from the MCP server process, preventing credential leakage to agentic workflows.
714
714
715
-
For complete documentation including examples, security details, and troubleshooting, see the [MCP Server Guide](/gh-aw/guides/mcp-server/).
715
+
For complete documentation including examples, security details, and troubleshooting, see the [MCP Server Guide](/gh-aw/tools/mcp-server/).
716
716
717
717
## 👀 Watch Mode for Development
718
718
The `--watch` flag provides automatic recompilation during workflow development, monitoring for file changes in real-time. See [Authoring in VS Code](/gh-aw/tools/vscode/).
0 commit comments