v0.4.0
Pre-release
Pre-release
This release improves web page loading by introducing a persistent cache for loaded files. It uses search_index.json files from the live published documentation sites, so it will always be up to date.
Feature Improvements:
- Web Cache for loaded files using eTag comparison for loading form web only when changed.
- Load search_index.json from the published documentation site rather than a statically packaged json file from prior MVP releases.
- search_index,json loads will also be cached using the same fetch capability for web pages.
- MCP Server now creates a
.powertoolsfolder in the user's home directory. - Cached web files stored in
.powertools/cached-content
Important Change
The MCP Server now has a local, persistent file cache that will be stored in the .powertools folder in your home directory. The cached files will persist on your local file system between server invocations.