memhtml 0.2.0 → 0.2.1

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.
@@ -4026,7 +4026,7 @@ const Resources = Layer.mergeAll(FileResource, SleepResource);
4026
4026
  //#endregion
4027
4027
  //#region apps/mcp/src/server.ts
4028
4028
  const SERVER_NAME = "memhtml";
4029
- const SERVER_VERSION = "0.2.0";
4029
+ const SERVER_VERSION = "0.2.1";
4030
4030
  /**
4031
4031
  * The server as one layer: fourteen tools, two resources, over the CLI's own `AppLive`.
4032
4032
  *