You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
---
2
16
3
17
Glean-specific MCP configuration defaults and helpers. Wraps `@gleanwork/mcp-config-schema` with Glean-specific constants and convenience functions.
0 commit comments