We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159e8d4 commit 62dd813Copy full SHA for 62dd813
src/index.ts
@@ -6,7 +6,8 @@ import { setTimeout } from "timers";
6
7
(async () => {
8
await registerTools();
9
- await server.connect(new StdioServerTransport());
10
await CacheManager.refresh();
+ await server.connect(new StdioServerTransport());
11
+
12
setTimeout(() => CacheManager.refresh(), 60 * 60 * 1000);
13
})();
0 commit comments