@glie/mcp-polaris 0.3.0 → 0.3.1

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
@@ -566,7 +566,7 @@ async function handle(req) {
566
566
  return fail(id, -32601, `method not found: ${req.method}`);
567
567
  }
568
568
  }
569
- if (__require.main == __require.module) {
569
+ if (true) {
570
570
  log(`starting against ${BASE} (token=${TOKEN ? "set" : "none"})`);
571
571
  const rl = createInterface({ input: process.stdin, crlfDelay: Number.POSITIVE_INFINITY });
572
572
  rl.on("line", async (line) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glie/mcp-polaris",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Model Context Protocol (stdio) server exposing Polaris — glie's ops platform — as native tools in Claude Code and any MCP client.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "glie <carlos@glie.ai>",