Skip to content

[docs] Update documentation for features from 2026-05-16#1352

Open
danielmeppiel wants to merge 1 commit into
mainfrom
docs/auto-update-2026-05-16-c86f2b2941d5da6e
Open

[docs] Update documentation for features from 2026-05-16#1352
danielmeppiel wants to merge 1 commit into
mainfrom
docs/auto-update-2026-05-16-c86f2b2941d5da6e

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

Documentation Updates - 2026-05-16

This PR updates the documentation based on features merged in the last 24 hours.

Features Documented

Changes Made

Merged PRs Referenced

Notes

PRs #1337 and #1336 already updated their primary docs (reference/cli/mcp.md, consumer/install-mcp-servers.md, reference/targets-matrix.md). This PR fills the remaining gap in the troubleshooting catalog so operators encountering the new error messages can find them with a quick page search.

Note

🔒 Integrity filter blocked 1 item

The following item was blocked because it doesn't meet the GitHub integrity level.

  • #1306 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by Daily Documentation Updater · ● 1.3M ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/daily-doc-updater.md@b87234850bf9664d198f28a02df0f937d0447295
  • expires on May 18, 2026, 5:49 AM UTC

…ries

- Update '[x] No harness detected' to cover apm install --mcp failing
  closed (parity with apm install, from #1336)
- Add 'Server not found in registry' entry for ServerNotFoundError with
  v0.1 spec hint (from #1337)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 16, 2026 05:49
@danielmeppiel danielmeppiel added automation Deprecated: use type/automation. Kept for issue history; will be removed in milestone 0.10.0. documentation Deprecated: use type/docs. Kept for issue history; will be removed in milestone 0.10.0. labels May 16, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the troubleshooting catalog to document recent MCP install and registry behavior changes.

Changes:

  • Clarifies greenfield fail-closed behavior for MCP install.
  • Adds troubleshooting guidance for MCP registry server-not-found errors and v0.1 registry migration.
Show a summary per file
File Description
docs/src/content/docs/troubleshooting/common-errors.md Updates common error guidance for harness detection and MCP registry lookup failures.

Copilot's findings

Comments suppressed due to low confidence (1)

docs/src/content/docs/troubleshooting/common-errors.md:150

  • The Copilot harness marker example is inaccurate: target detection recognizes .github/copilot-instructions.md as the Copilot signal, not a .github/copilot/ directory. Leaving the wrong marker here can lead users to create a directory that does not resolve the No harness detected error.
Cause: the project has no harness markers (`.github/copilot/`, `.claude/`, `.cursor/`, ...) and no `targets:` block in `apm.yml`. APM fails closed rather than defaulting to copilot. This applies to both `apm compile` and `apm install --mcp` (MCP install now uses the same fail-closed behavior as `apm install` for any other dependency type).
  • Files reviewed: 1/1 changed files
  • Comments generated: 2

Fix: pass `--target <harness>` on the command, or declare `targets:` in `apm.yml`. Run `apm targets` to list supported harnesses.

See also: [../reference/cli/targets/](../reference/cli/targets/), [../reference/targets-matrix/](../reference/targets-matrix/)
See also: [../reference/cli/targets/](../reference/cli/targets/), [../reference/targets-matrix/](../reference/targets-matrix/), [../../consumer/install-mcp-servers/](../../consumer/install-mcp-servers/)
```

Cause: the project has no harness markers (`.github/copilot/`, `.claude/`, `.cursor/`, ...) and no `targets:` block in `apm.yml`. APM no longer defaults to copilot.
Cause: the project has no harness markers (`.github/copilot/`, `.claude/`, `.cursor/`, ...) and no `targets:` block in `apm.yml`. APM fails closed rather than defaulting to copilot. This applies to both `apm compile` and `apm install --mcp` (MCP install now uses the same fail-closed behavior as `apm install` for any other dependency type).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation Deprecated: use type/automation. Kept for issue history; will be removed in milestone 0.10.0. documentation Deprecated: use type/docs. Kept for issue history; will be removed in milestone 0.10.0.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants