Releases: aws-powertools/powertools-mcp
Releases · aws-powertools/powertools-mcp
v0.5.0
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
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.