Skip to content

v0.4.0

Pre-release
Pre-release

Choose a tag to compare

@walmsles walmsles released this 02 May 17:16
· 163 commits to main since this release
ae8b45d

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 .powertools folder 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.