From 8317d6506e0a93231adaf867fce8e852875b4967 Mon Sep 17 00:00:00 2001 From: cliffhall Date: Fri, 31 Jul 2026 22:43:43 -0400 Subject: [PATCH 1/2] docs: rename CONTRIBUTORS.md to CONTRIBUTING.md (#1883) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub's contributing-guidelines banner — shown when someone clicks "New issue" or opens a pull request — keys on the exact filename CONTRIBUTING.md. Naming the file CONTRIBUTORS.md left that prompt dark precisely where the "open an issue, not a PR" policy needs to land. Renamed with `git mv` so history follows the file; contents are unchanged (its heading already reads "Contributing to MCP Inspector"). Updated the one in-repo reference, in AGENTS.md. The two links in .github/pull_request_template.md are deliberately untouched — PR #1879 makes them relative so they follow the rename. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01YAt8rqxysNbhYWLhoRm3fU --- AGENTS.md | 2 +- CONTRIBUTORS.md => CONTRIBUTING.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename CONTRIBUTORS.md => CONTRIBUTING.md (100%) diff --git a/AGENTS.md b/AGENTS.md index 5a5d48b86..679683bed 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -109,7 +109,7 @@ After installing, `npm run build` builds all clients. The launcher scripts (`npm External contributions are accepted as **issues, not pull requests** — maintainers handle design and implementation through a prompt-driven workflow. If you've already built a change locally, share the **prompt** you used, not a -diff. See [`CONTRIBUTORS.md`](./CONTRIBUTORS.md) for the full policy. +diff. See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for the full policy. ## Project Status and Direction * The main branch currently contains the legacy version of the Inspector, which we are accepting bug fixes and minor improvement PRs for. diff --git a/CONTRIBUTORS.md b/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTORS.md rename to CONTRIBUTING.md From a60e876b631c8ade4e563032f42d4cf8974f2f92 Mon Sep 17 00:00:00 2001 From: cliffhall Date: Fri, 31 Jul 2026 22:53:35 -0400 Subject: [PATCH 2/2] docs: drop the AGENTS.md link edit; #1866 owns that line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR edited the `See [CONTRIBUTORS.md](./CONTRIBUTORS.md)` link in AGENTS.md, which is the exact line #1866 rewrites — guaranteeing a one-line conflict when this merges after it. Handing that line to its owner instead: #1866 now writes the link as `CONTRIBUTING.md` directly, so this PR is a pure `git mv` and the two touch no common line. No conflict to resolve at merge time. The tradeoff is a short window between the two merges where AGENTS.md links to a filename that doesn't exist yet. That's deliberate and bounded: #1866 is first in the merge order and this is third. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01YAt8rqxysNbhYWLhoRm3fU --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 679683bed..5a5d48b86 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -109,7 +109,7 @@ After installing, `npm run build` builds all clients. The launcher scripts (`npm External contributions are accepted as **issues, not pull requests** — maintainers handle design and implementation through a prompt-driven workflow. If you've already built a change locally, share the **prompt** you used, not a -diff. See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for the full policy. +diff. See [`CONTRIBUTORS.md`](./CONTRIBUTORS.md) for the full policy. ## Project Status and Direction * The main branch currently contains the legacy version of the Inspector, which we are accepting bug fixes and minor improvement PRs for.