Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 140903f

Browse files
docs: Adding deprecation notice to README.md
1 parent 5dd89e8 commit 140903f

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# @gleanwork/mcp-config
1+
# @gleanwork/mcp-config-glean
2+
3+
> [!WARNING]
4+
> **This repository has been archived.**
5+
>
6+
> This package has been consolidated into [`@gleanwork/mcp-config`](https://github.com/gleanwork/mcp-config-schema), which now includes all functionality from both `@gleanwork/mcp-config-schema` and this package.
7+
>
8+
> **To migrate:**
9+
>
10+
> ```bash
11+
> npm uninstall @gleanwork/mcp-config-glean
12+
> npm install @gleanwork/mcp-config
13+
> ```
14+
15+
---
216
317
Glean-specific MCP configuration defaults and helpers. Wraps `@gleanwork/mcp-config-schema` with Glean-specific constants and convenience functions.
418

0 commit comments

Comments
 (0)