For example, if we want to import other codes in mcp tool, such as ``` import abc from ./lib/ ``` It will not be used after building. I have tried to modify tsconfig.json. I think it is caused by the lack of a packaging tool.
For example, if we want to import other codes in mcp tool, such as
It will not be used after building. I have tried to modify tsconfig.json. I think it is caused by the lack of a packaging tool.