lazy-mcp 2.2.4 → 2.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![Pipeline Status](https://gitlab.com/gitlab-org/ai/lazy-mcp/badges/main/pipeline.svg)
4
4
 
5
- A proxy tool that converts normal MCP servers to use a lazy-loading pattern, dramatically reducing initial context usage by 90%+ and enabling support for hundreds of commands.
5
+ A client-agnostic proxy that converts normal MCP servers to use a lazy-loading pattern, dramatically reducing initial context usage by 90%+ and enabling support for hundreds of commands. It works with **any MCP client** — Claude Desktop, OpenCode, Cursor, VS Code, and more.
6
6
 
7
7
  ## Table of Contents
8
8
 
@@ -12,7 +12,7 @@ A proxy tool that converts normal MCP servers to use a lazy-loading pattern, dra
12
12
  - [How It Works](#how-it-works)
13
13
  - [Installation](#installation)
14
14
  - [Usage](#usage)
15
- - [Claude Desktop / OpenCode Integration](#claude-desktop--opencode-integration)
15
+ - [Integration (Claude Desktop, OpenCode, Cursor, VS Code, and more)](#integration-claude-desktop-opencode-cursor-vs-code-and-more)
16
16
  - [Example](#example)
17
17
  - [Development](#development)
18
18
  - [Releases](#releases)
@@ -35,6 +35,7 @@ A proxy tool that converts normal MCP servers to use a lazy-loading pattern, dra
35
35
 
36
36
  ## Features
37
37
 
38
+ - **Client-Agnostic**: Works with any MCP client — Claude Desktop, OpenCode, Cursor, VS Code, and any other MCP-compatible tool. Unlike client-specific solutions, lazy-mcp works everywhere you do.
38
39
  - **Multi-Server Aggregation**: Aggregate multiple MCP servers with on-demand discovery
39
40
  - **Lazy Loading**: Only discover tools when needed, not upfront
40
41
  - **Batch Discovery**: Discover multiple servers in one call
@@ -132,7 +133,7 @@ LAZY_MCP_CONFIG=~/.config/lazy-mcp/servers.json npx lazy-mcp@latest
132
133
  lazy-mcp --config ~/.config/lazy-mcp/servers.json
133
134
  ```
134
135
 
135
- ## Claude Desktop / OpenCode Integration
136
+ ## Integration (Claude Desktop, OpenCode, Cursor, VS Code, and more)
136
137
 
137
138
  Replace multiple MCP server entries with one aggregated proxy:
138
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazy-mcp",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "description": "A proxy tool that converts normal MCP servers to use lazy-loading pattern with three/four meta-tools",
5
5
  "main": "dist/server.js",
6
6
  "bin": {