Skip to content

Commit 2b09bde

Browse files
authored
docs: remove stale build.sh reference from publisher Key Files (#1504)
The Key Files list in `cmd/publisher/README.md` includes a bullet for `build.sh`, but there is no `build.sh` anywhere in the repo. The publisher is built with `make publisher`, which runs `go build -o bin/mcp-publisher ./cmd/publisher` (Makefile), so there is no separate cross-platform build script. The other three entries in the same list (`main.go`, `commands/`, `auth/`) all exist. This removes the stale bullet so the list matches the actual files in the directory.
1 parent 5c19656 commit 2b09bde

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmd/publisher/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ Optional: enables `dns` and `http` methods to sign out-of-process without direct
4444
- **`main.go`** - CLI setup and command routing
4545
- **`commands/`** - Command implementations with auto-detection logic
4646
- **`auth/`** - Authentication provider implementations
47-
- **`build.sh`** - Cross-platform build script

0 commit comments

Comments
 (0)