Fix README: live status and correct MCP URL#4
Merged
Conversation
TBG-230 shipped 2026-05-11; the README was still saying "deploy in progress / endpoint URL TBA". And the URL it pointed at — harvest-mcp.thebeyondgroup.la/mcp — isn't live yet (the .la migration is the optional TBG-234, blocked on moving the .la zone to Cloudflare). The active endpoint is harvest-mcp.thebeyondgroup.workers.dev/mcp, matching what tbgOS's onboarding skill already documents and what the Harvest OAuth app's Redirect URL points to. - Update top-of-file Status line: live, at the workers.dev URL, with the .la migration noted as TBG-234 follow-up - Update "For TBG teammates" connector instructions to use the workers.dev URL - Update the deploy section to describe both the active workers.dev host and the reserved .la route
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.
Summary
The README's user-facing Connector instructions pointed at
harvest-mcp.thebeyondgroup.la/mcp, which isn't live yet — that domain is reserved for the optional TBG-234 migration, pending the move of the.lazone to Cloudflare. Live traffic runs at the Workers-assigned URL,harvest-mcp.thebeyondgroup.workers.dev/mcp(matches the Harvest OAuth app's Redirect URL).For TBG teammates): drop "Once the v1 deploy lands"; switch URL toworkers.dev.[[routes]]block reserves.lafor the TBG-234 migration.No code changes — README only.