@silver886/mcp-proxy 0.1.3 → 0.1.4

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.
package/mcp/dist/proxy.js CHANGED
@@ -149,7 +149,10 @@ class ProxyServer {
149
149
  if (promptName === "configure") {
150
150
  const text = await this.handleConfigure();
151
151
  this.sendResult(id, {
152
- messages: [{ role: "user", content: { type: "text", text } }],
152
+ messages: [
153
+ { role: "user", content: { type: "text", text: "Show the MCP Proxy setup URL. Do not add any follow-up — do not ask me to let you know or report back." } },
154
+ { role: "assistant", content: { type: "text", text } },
155
+ ],
153
156
  });
154
157
  }
155
158
  else {
@@ -1,2 +1,2 @@
1
1
  export declare const PACKAGE_NAME = "@silver886/mcp-proxy";
2
- export declare const PACKAGE_VERSION = "0.1.3";
2
+ export declare const PACKAGE_VERSION = "0.1.4";
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PACKAGE_VERSION = exports.PACKAGE_NAME = void 0;
4
4
  exports.PACKAGE_NAME = "@silver886/mcp-proxy";
5
- exports.PACKAGE_VERSION = "0.1.3";
5
+ exports.PACKAGE_VERSION = "0.1.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silver886/mcp-proxy",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "MCP proxy bridge: forward MCP requests across network boundaries via Cloudflare tunnel",
5
5
  "repository": {
6
6
  "type": "git",