fix(mcp): correct project metadata and snippet paths#262
Open
himanshuranjann wants to merge 21 commits intoDeusData:mainfrom
Open
fix(mcp): correct project metadata and snippet paths#262himanshuranjann wants to merge 21 commits intoDeusData:mainfrom
himanshuranjann wants to merge 21 commits intoDeusData:mainfrom
Conversation
Adds GHL-specific additions on top of the forked codebase-memory-mcp:
- ghl/internal/manifest — REPOS.yaml parser (fleet manifest)
- ghl/internal/mcp — JSON-RPC 2.0 stdio client for the cbm binary
- ghl/internal/webhook — GitHub push webhook handler (HMAC-SHA256)
- ghl/internal/bridge — HTTP ↔ stdio bridge (Bearer token auth)
- ghl/internal/indexer — Fleet orchestrator with concurrency semaphore
- ghl/cmd/server — HTTP server (chi): /mcp, /health, /webhooks/github,
/index/{repoSlug}, /status; cron scheduler
- REPOS.yaml — Fleet manifest: 100+ GHL repositories across all teams
- Dockerfile.ghl — Multi-stage: cbm binary + Go fleet server → distroless
- deployments/ghl/helm/ — Helm chart for GKE: Deployment, Service, PVC,
VirtualService, ServiceAccount, ConfigMap
All 37 tests pass (manifest/mcp/webhook/bridge/indexer packages).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces the hand-curated placeholder list with 480 real repositories
auto-fetched via GitHub API (archived repos excluded). Repos are grouped
by team and classified by name patterns into type + tags.
Teams: platform(322) marketing(36) ai(18) calendars(12) funnels(13)
payments(12) reporting(11) revex(25) saas(8) integrations(6)
conversations(6) crm(8) phone(3)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The indexer client pool was releasing dead clients (broken pipe) back to the pool, causing cascading failures for all subsequent indexing. Now clients are retired on error and replaced asynchronously. Also adds: - GCS-backed artifact persistence for index durability across restarts - Separate CloneCacheDir / CBMCacheDir config (was single CacheDir) - INDEXER_CLIENT_MAX_USES for proactive client recycling - index-all HTTP endpoint + RUN_MODE=index-all one-shot mode - Configurable startup/scheduled indexing toggles Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.