Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 2, 2026

Users may not discover that MCP servers have separate network configuration from top-level AI engine network permissions. Added bidirectional links to clarify the two distinct scopes.

Changes

docs/src/content/docs/reference/network.md

  • Added "MCP Network Configuration" section explaining container-based MCP servers have separate network config
  • Links to MCP Guide's Network Egress Permissions section
  • Added MCP Guide to Related Documentation

docs/src/content/docs/guides/mcps.md

  • Added note callout in "Network Egress Permissions" section distinguishing MCP-specific config from top-level network permissions
  • Links to Network Reference for comprehensive network permission details

Visual Changes

network.md - New section before Related Documentation:
MCP Network Configuration section

mcps.md - Note callout clarifying separation of concerns:
Network Egress Permissions note

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /opt/hostedtoolcache/node/24.12.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro build (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.12.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro dev (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>[plan] Add cross-links between network.md and MCP network documentation</issue_title>
<issue_description>## Objective

Create bidirectional links between the comprehensive network documentation and MCP-specific network configuration to improve discoverability.

Context

Currently:

  • docs/src/content/docs/reference/network.md has 200 lines covering top-level network permissions
  • MCP network configuration exists but is not cross-linked
  • Users may not realize there are two distinct network configurations

Approach

  1. Add section to network.md explaining MCP network configuration
  2. Link from mcps.md to network.md for context
  3. Clarify the scope and purpose of each network configuration type

Files to Modify

  • docs/src/content/docs/reference/network.md - Add "MCP Network Configuration" section
  • docs/src/content/docs/guides/mcps.md - Add link to network reference

Example Additions

In network.md:

## MCP Network Configuration

Container-based MCP servers have their own network configuration separate from the AI engine. See [MCP Guide](../guides/mcps.md#configuring-network-access) for details.

In mcps.md:

For comprehensive network permission details, see [Network Reference](../reference/network.md).

Acceptance Criteria

AI generated by Plan Command for discussion #8532

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…mentation

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Add cross-links between network and MCP network documentation Add cross-links between network.md and MCP network documentation Jan 2, 2026
Copilot AI requested a review from mnkiefer January 2, 2026 02:42
@pelikhan pelikhan closed this Jan 2, 2026
@github-actions github-actions bot deleted the copilot/add-cross-links-network-docs branch January 10, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[plan] Add cross-links between network.md and MCP network documentation

3 participants