@furaflight/mcp 0.0.3 → 0.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furaflight/mcp",
3
- "version": "0.0.3",
3
+ "version": "0.0.6",
4
4
  "description": "MCP server exposing a flight search tool backed by flightlist.io",
5
5
  "homepage": "https://github.com/eddienubes/furaflight#readme",
6
6
  "bugs": {
@@ -49,13 +49,13 @@
49
49
  "typescript": "^7.0.2"
50
50
  },
51
51
  "optionalDependencies": {
52
- "@furaflight/mcp-darwin-arm64": "0.0.1",
53
- "@furaflight/mcp-darwin-x64": "0.0.1",
54
- "@furaflight/mcp-linux-arm64": "0.0.1",
55
- "@furaflight/mcp-linux-arm64-musl": "0.0.1",
56
- "@furaflight/mcp-linux-x64": "0.0.1",
57
- "@furaflight/mcp-linux-x64-musl": "0.0.1",
58
- "@furaflight/mcp-win32-arm64": "0.0.1",
59
- "@furaflight/mcp-win32-x64": "0.0.1"
52
+ "@furaflight/mcp-darwin-arm64": "0.0.6",
53
+ "@furaflight/mcp-darwin-x64": "0.0.6",
54
+ "@furaflight/mcp-linux-arm64": "0.0.6",
55
+ "@furaflight/mcp-linux-arm64-musl": "0.0.6",
56
+ "@furaflight/mcp-linux-x64": "0.0.6",
57
+ "@furaflight/mcp-linux-x64-musl": "0.0.6",
58
+ "@furaflight/mcp-win32-arm64": "0.0.6",
59
+ "@furaflight/mcp-win32-x64": "0.0.6"
60
60
  }
61
61
  }
@@ -64,7 +64,7 @@ const detectPlatformKey = () => {
64
64
  return `${platform}-${arch}`;
65
65
  };
66
66
 
67
- const getDestPath = () => path.join(__dirname, "bin", DEST_BINARY_NAME);
67
+ const getDestPath = () => path.join(__dirname, "..", "bin", DEST_BINARY_NAME);
68
68
 
69
69
  /**
70
70
  * True only when running against a checkout of the source repo itself