Skip to content

Commit a995ed3

Browse files
committed
docs: align prose with multi-file server layout
README, HUMANS, and mcp-tools now describe implementation as src/server/ plus entry server.ts instead of implying a single monolithic file.
1 parent a1f4e7a commit a995ed3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HUMANS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Read-only MCP git tools for any workspace. **How the server is installed and wired to clients:** **[docs/install.md](docs/install.md)** only (do not restate that material here).
44

5-
**Implementation maps, `src/server.ts` symbols, and contract bumps** live in **`AGENTS.md`** at the repository root. This guide does not repeat those sections.
5+
**Implementation map (modules under `src/server/`, entry `src/server.ts`), symbols, and contract bumps** live in **`AGENTS.md`** at the repository root. This guide does not repeat those sections.
66

77
**Registered tool ids, client naming (`rethunk-git_*`), `format` / JSON envelopes, resource URI, workspace root resolution:** **[docs/mcp-tools.md](docs/mcp-tools.md)** — canonical; not duplicated here.
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Read-only **git** tools over MCP (status, multi-root inventory, `HEAD` parity, p
1111
| **[docs/install.md](docs/install.md)** | Single source for prerequisites, running the package, and every supported MCP client (plus from-source and troubleshooting) |
1212
| **[docs/mcp-tools.md](docs/mcp-tools.md)** | Tool ids, client naming, `format` / JSON, resource URI, workspace root resolution (canonical reference) |
1313
| **[HUMANS.md](HUMANS.md)** | Preset file, dev commands, CI, publishing |
14-
| **[AGENTS.md](AGENTS.md)** | Contributors: [`src/server.ts`](src/server.ts) map, contract bumps, CI (IDEs that inject this file as project context should not re-link it from rules) |
14+
| **[AGENTS.md](AGENTS.md)** | Contributors: implementation map ([`src/server/`](src/server/) + entry [`src/server.ts`](src/server.ts)), contract bumps, CI (IDEs that inject this file as project context should not re-link it from rules) |
1515

1616
**Tools at a glance:** see the table in **[docs/mcp-tools.md](docs/mcp-tools.md)**.

docs/mcp-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MCP tools and resources (canonical reference)
22

33
Single source of truth for **registered tool ids**, **client naming**, **JSON output shape**, **resource URI**, and **workspace root resolution**.
4-
**Install and MCP clients (only canonical location):** [install.md](install.md). **Preset file, dev, CI, publishing:** [HUMANS.md](../HUMANS.md). **Implementation (`src/server.ts`), contract bumps:** [AGENTS.md](../AGENTS.md).
4+
**Install and MCP clients (only canonical location):** [install.md](install.md). **Preset file, dev, CI, publishing:** [HUMANS.md](../HUMANS.md). **Implementation layout (`src/server/` + entry [`server.ts`](../src/server.ts)), contract bumps:** [AGENTS.md](../AGENTS.md).
55

66
## Naming
77

0 commit comments

Comments
 (0)