I did exactly follow the recommended installation for Linux and it seems to have worked fine: web-search-mcp is running and models in LM Studio can use the web search. (It seems to me that the models preferably do not use it and instead give me a fabricated answer, so I have demand they make a web search, but that is another story.)
However the output of the last command npm run build is looking rather strange:
npm run build
> web-search-mcp-server@0.3.1 build
> tsc && echo '✅ TypeScript compilation complete: dist/index.js'
Version 5.9.3
tsc: The TypeScript Compiler - Version 5.9.3
TS
COMMON COMMANDS
tsc
Compiles the current project (tsconfig.json in the working directory.)
tsc app.ts util.ts
Ignoring tsconfig.json, compiles the specified files with default compiler options.
tsc -b
Build a composite project in the working directory.
[...]
Continuing the full output of the tsc help message, and then it ends. Is this normal?
PS: the node_modules folder has been created with 202 folders and 1 file in it and seems to be ok.
I did exactly follow the recommended installation for Linux and it seems to have worked fine: web-search-mcp is running and models in LM Studio can use the web search. (It seems to me that the models preferably do not use it and instead give me a fabricated answer, so I have demand they make a web search, but that is another story.)
However the output of the last command
npm run buildis looking rather strange:[...]
Continuing the full output of the
tschelp message, and then it ends. Is this normal?PS: the
node_modulesfolder has been created with 202 folders and 1 file in it and seems to be ok.