Skip to content

v0.2.0

Choose a tag to compare

@jonnybottles jonnybottles released this 31 Jan 19:50
· 24 commits to main since this release

What's Changed

Consolidated 4 MCP tools into a single search_roadmap tool.

Breaking Changes

  • Removed get_feature_details — use search_roadmap(feature_id="...") instead
  • Removed check_cloud_availability — use search_roadmap(cloud_instance="...", feature_id="...") instead; each feature includes cloud_instances in the response
  • Removed list_recent_additions — use search_roadmap(added_within_days=30) instead

New

  • Added added_within_days parameter to search_roadmap (clamped 1–365) for filtering recently added features
  • All existing filters (query, product, status, cloud_instance, feature_id, limit) are unchanged and composable with the new parameter