This repository was archived by the owner on Jun 30, 2026. It is now read-only.
docs: rewrite READMEs for archival posture#363
Merged
Conversation
The local MCP server is no longer the supported path for MCP usage now that Glean provides a managed remote MCP server. Replace active install and configuration guidance with archive status, migration links, and historical context so new users are directed toward the managed MCP server or Glean CLI instead.
4a49b14 to
352f236
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
BLUF: Rewrite README docs to direct users away from the local MCP server.
This repo is being archived because it predates Glean’s managed remote MCP server. The updated docs remove active install/configuration guidance and point users to the managed MCP server docs or Glean CLI instead.
Description
Rewrites the top-level README,
@gleanwork/local-mcp-serverREADME, and@gleanwork/mcp-server-utilsREADME around the archival posture.Related Issue
N/A — archival cleanup from the repository deprecation plan.
Motivation and Context
The old READMEs still presented the local MCP server as usable for experimental/testing workflows and included setup, Docker, and client configuration instructions. That creates the wrong expectation now that the supported path is the managed Glean MCP server.
Type of Change
How Has This Been Tested?
npm exec -- prettier --check README.md packages/local-mcp-server/README.md packages/mcp-server-utils/README.mdChecklist
Screenshots (if appropriate)
N/A
Additional Notes
The utils README now mirrors the same archival/deprecated posture as the other READMEs. This PR only updates repository documentation; npm package deprecation for
@gleanwork/mcp-server-utilsis intentionally handled separately after follow-up dependency cleanup.