We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f3946 commit ba57157Copy full SHA for ba57157
mcp-http-bridge.js
@@ -209,3 +209,6 @@ log(`Server: ${SERVER_URL}`);
209
log(`API Key: ${HTTP_AUTHORIZATION ? 'Set' : '(not set)'}`);
210
log(`Proffix User: ${PROFFIX_USERNAME || '(not set)'}`);
211
log(`Ready for JSON-RPC requests via stdio...`);
212
+
213
+// Keep the process alive by preventing stdin from closing
214
+process.stdin.resume();
server.json
@@ -7,7 +7,7 @@
7
"url": "https://github.com/pitwch/pfx-mcp-server",
8
"source": "github"
9
},
10
- "version": "1.1.4",
+ "version": "1.1.5",
11
"remotes": [
12
{
13
"type": "streamable-http",
0 commit comments