From d5435557e1744a82200dc490ebf94b97ccb6a798 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 8 Nov 2025 01:32:54 +0000 Subject: [PATCH] docs: move ad-hoc example note to 0.3.6 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af8f9d7..d5f97e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ ## [Unreleased] -### CLI & runtime -- `mcporter list` now prints copy/pasteable examples for ad-hoc servers by repeating the HTTP URL (with quoting) so the commands shown under `Examples:` actually work before you persist the definition. +_No changes yet._ ## [0.3.6] - 2025-11-08 +### CLI & runtime +- `mcporter list` now prints copy/pasteable examples for ad-hoc servers by repeating the HTTP URL (with quoting) so the commands shown under `Examples:` actually work before you persist the definition. + ### Code generation - Staged the actual dependency directories (`commander`, `mcporter`) directly into the Bun bundler workspace so `npx mcporter generate-cli "npx -y chrome-devtools-mcp" --compile` succeeds even when npm hoists dependencies outside the package (fixes the regression some users still saw with 0.3.5).