Avoid double negative

This commit is contained in:
KAWAKAMI Moeki
2025-04-17 18:13:58 +09:00
parent d2dc959307
commit 014acecf77
5 changed files with 15 additions and 15 deletions

View File

@@ -100,7 +100,7 @@ async function main() {
if (serverOk) {
try {
if (process.env.MCP_AUTO_OPEN_DISABLED !== "true") {
if (process.env.MCP_AUTO_OPEN_ENABLED !== "false") {
open(`http://127.0.0.1:${CLIENT_PORT}`);
}
await spawnPromise("node", [inspectorClientPath], {