[docs] Update documentation for features from 2026-05-22#1458
Open
danielmeppiel wants to merge 1 commit into
Open
[docs] Update documentation for features from 2026-05-22#1458danielmeppiel wants to merge 1 commit into
danielmeppiel wants to merge 1 commit into
Conversation
- targets-matrix.md, targets.md: document the expanded Copilot harness auto-detection signals added in #1440. The copilot target is now activated by .github/instructions/, .github/agents/, .github/prompts/, or .github/hooks/ directories in addition to the monolithic .github/copilot-instructions.md file. - install-mcp-servers.md: document that the registry: URL field on individual MCP dependency entries is now honored during install (#1443). Previously stored but ignored (emitting a 'not yet applied' warning). Added example showing the per-dep custom registry form and the equivalent --registry CLI flag. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Starlight docs to reflect two recently-merged user-facing behaviors: expanded GitHub Copilot harness auto-detection signals and honoring per-dependency registry: URLs during MCP install.
Changes:
- Document Copilot target auto-detection via file-based
.github/*signal directories in addition to the monolithic.github/copilot-instructions.md. - Update the CLI
apm targetsdocs to reflect the expanded Copilot detection signals. - Document per-dependency
registry:URL handling for MCP dependencies, including a--registryexample.
Show a summary per file
| File | Description |
|---|---|
| docs/src/content/docs/reference/targets-matrix.md | Updates Copilot detection signals in the targets matrix and Copilot target details. |
| docs/src/content/docs/reference/cli/targets.md | Updates the Copilot detection signals table and adds clarifying notes. |
| docs/src/content/docs/consumer/install-mcp-servers.md | Adds documentation for per-dependency MCP registry: URL behavior and a --registry CLI example. |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 2
Comment on lines
+32
to
44
| # 2. Registry reference with a per-dep custom registry URL | ||
| - name: my-internal-server | ||
| registry: https://registry.internal.example.com | ||
|
|
||
| # 3. Self-defined stdio (local process) | ||
| - name: filesystem | ||
| registry: false | ||
| transport: stdio | ||
| command: npx | ||
| args: ["-y", "@modelcontextprotocol/server-filesystem", "/workspace"] | ||
|
|
||
| # 3. Self-defined remote (HTTP / SSE) | ||
| # 4. Self-defined remote (HTTP / SSE) | ||
| - name: linear |
| ``` | ||
|
|
||
| When `registry:` is a string URL (form 2 above), APM routes that entry through | ||
| the specified registry instead of the global default (`https://api.mcp.github.com`). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-05-22
This PR updates the documentation based on user-facing features and fixes merged in the last 24 hours.
Features Documented
registry:URL now honored during MCP install (from fix(mcp): honour per-dep registry URL during install (#1393) #1443)Changes Made
docs/src/content/docs/reference/targets-matrix.mdto list the new Copilot detection signals:.github/instructions/,.github/agents/,.github/prompts/,.github/hooks/docs/src/content/docs/reference/cli/targets.mdDetection signals table and notes for copilot targetdocs/src/content/docs/consumer/install-mcp-servers.mdto document per-depregistry: URLform and the--registryCLI flag with examplesMerged PRs Referenced
PRs Reviewed But Not Requiring Docs Updates
Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: