mcp-proxy-conductor 0.1.4 → 0.2.0

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -200,7 +200,7 @@ import {
200
200
  } from "@modelcontextprotocol/sdk/types.js";
201
201
 
202
202
  // src/version.ts
203
- var VERSION = "0.1.4";
203
+ var VERSION = "0.2.0";
204
204
 
205
205
  // src/registry/connection.ts
206
206
  var EMPTY = { tools: [], resources: [], prompts: [] };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-proxy-conductor",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
4
4
  "description": "Local MCP proxy that aggregates dynamically managed downstream MCP servers, managed at runtime without restarting the client.",
5
5
  "type": "module",
6
6
  "license": "MIT",