npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.
npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.
server.ts(10,35): error TS7016: Could not find a declaration file for module '@holoscript/mcp-server'. 'C:/Users/josep/Documents/GitHub/HoloScript/packages/mcp-server/dist/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/holoscript__mcp-server` if it exists or add a new declaration (.d.ts) file containing `declare module '@holoscript/mcp-server';`
server.ts(18,9): error TS2769: No overload matches this call.
  The last overload gave the following error.
    Argument of type 'RequestHandler<ParamsDictionary, any, any, ParsedQs, Record<string, any>>' is not assignable to parameter of type 'PathParams'.
