From 3bdf281a4af7546bdf844508c0e5e9e88c208a91 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Tue, 17 Feb 2026 10:19:37 -0500 Subject: [PATCH] docs: document discourse-mcp empty vendor repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit discourse-mcp repository at https://github.com/ahujasid/discourse-mcp.git exists but contains no commits - completely empty repository. Added to: - Missing Vendor Repositories section - Known Issues section - Detailed Status table (status: Blocked) 💘 Generated with Crush Assisted-by: GLM-5 via Crush --- STATUS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/STATUS.md b/STATUS.md index 175e1c2..0a80572 100644 --- a/STATUS.md +++ b/STATUS.md @@ -53,6 +53,7 @@ Last validated: 2026-01-23 **Missing Vendor Repositories:** - ✗ matomo-mcp: Cannot build - vendor repo `https://github.com/ahujasid/matomo-mcp-client.git` does not exist (404) +- ✗ discourse-mcp: Cannot build - vendor repo `https://github.com/ahujasid/discourse-mcp.git` exists but is empty (no commits) **LSP Servers:** - ✓ bash-language-server: Working (v5.6.0) - stdio-based, configured in crush.json @@ -77,6 +78,7 @@ Last validated: 2026-01-23 | imap-mcp | Built | Container built from Python source (317MB). Uses uv package manager. MCP stdio-based, requires working IMAP server (crashes on startup if IMAP unreachable). Version 0.1.0. | | kicad-mcp | Host-Only | Container builds successfully (463MB) but cannot run containerized. Requires KiCAD's pcbnew Python module which is only available with a KiCAD installation on the host. Cannot be pip-installed. Use on host machine only. | | matomo-mcp | Blocked | Cannot build - vendor repository does not exist. CloneVendorRepos.sh references https://github.com/ahujasid/matomo-mcp-client.git which returns 404. | +| discourse-mcp | Blocked | Cannot build - vendor repository exists but is empty. CloneVendorRepos.sh references https://github.com/ahujasid/discourse-mcp.git which has no commits. | | bash-language-server | Built | Container built using prebuilt npm package (190MB). LSP configured in crush.json via wrapper script. Version 5.6.0. | | docker-language-server | Built | Container built from Go source (49.2MB). LSP configured in crush.json via wrapper script. Version 0.0.0. | | marksman | Built | Container built from prebuilt binary (144MB). LSP configured in crush.json via wrapper script. Version 2025-12-13. | @@ -84,6 +86,7 @@ Last validated: 2026-01-23 ## Known Issues - matomo-mcp: Vendor repository does not exist. The CloneVendorRepos.sh references `https://github.com/ahujasid/matomo-mcp-client.git` which returns 404. Unable to build until a valid source is identified. +- discourse-mcp: Vendor repository exists but is empty. The CloneVendorRepos.sh references `https://github.com/ahujasid/discourse-mcp.git` which has no commits. Unable to build until repository has content. ## Usage