mcp-multitool 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -117,7 +117,7 @@ function registerFlush(server) {
117
117
  flushTool = server.registerTool("flushLogFile", {
118
118
  description: "Release a log drain to free memory. Next readLogFile creates fresh drain.",
119
119
  inputSchema: flushSchema,
120
- annotations: { destructiveHint: true, idempotentHint: true },
120
+ annotations: { destructiveHint: false, idempotentHint: true },
121
121
  }, async (input) => {
122
122
  try {
123
123
  const path = resolve(process.cwd(), input.path);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-multitool",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "MCP server with file operations (delete, move) and timing utilities.",
5
5
  "license": "MIT",
6
6
  "type": "module",