Skip to content

Releases: aws-powertools/powertools-mcp

v0.5.0

03 May 06:20
3a19069

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

Minor QOL improvements: File caching of markdown from fetched HTML pages for improved efficiency.

Features:

  • local file caching of Markdown files following conversion from web page load (HTML to MD).
  • Added logging to stderr for cache hit/miss across both MD and HTML

v0.4.0

02 May 17:16
ae8b45d

Choose a tag to compare

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