Merge pull request #115 from jacksteamdev/bugfix/issue-114

fix(server) Avoid modifying path resolution for executables on MacOS
This commit is contained in:
Justin Spahr-Summers
2025-02-19 14:16:51 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"@modelcontextprotocol/inspector-server": "0.4.1",
"concurrently": "^9.0.1",
"shell-quote": "^1.8.2",
"spawn-rx": "^5.1.0",
"spawn-rx": "^5.1.2",
"ts-node": "^10.9.2"
},
"bin": {
@@ -5801,9 +5801,9 @@
}
},
"node_modules/spawn-rx": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/spawn-rx/-/spawn-rx-5.1.0.tgz",
"integrity": "sha512-b4HX44hI0usMiHu6LNaZUVg0BGqHuBcl+81iEhZwhvKHz1efTqD/CHBcUbm/uIe5TARy9pJolxU2NMfh6GuQBA==",
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/spawn-rx/-/spawn-rx-5.1.2.tgz",
"integrity": "sha512-/y7tJKALVZ1lPzeZZB9jYnmtrL7d0N2zkorii5a7r7dhHkWIuLTzZpZzMJLK1dmYRgX/NCc4iarTO3F7BS2c/A==",
"license": "MIT",
"dependencies": {
"debug": "^4.3.7",

View File

@@ -37,7 +37,7 @@
"@modelcontextprotocol/inspector-server": "0.4.1",
"concurrently": "^9.0.1",
"shell-quote": "^1.8.2",
"spawn-rx": "^5.1.0",
"spawn-rx": "^5.1.2",
"ts-node": "^10.9.2"
},
"devDependencies": {