From b2858906576b0ecf9d76069c82f27a675fe9b0d8 Mon Sep 17 00:00:00 2001 From: Rynne Whitnah Date: Tue, 16 Dec 2025 07:32:15 -0800 Subject: [PATCH 1/3] Updates hash to latest to remove problematic dependency Signed-off-by: Rynne Whitnah --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 284b599..ab41c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "typer>=0.20.0", # Temporary: Install from github until >=0.9.0 is pushed to PyPI # "mcp-contextforge-gateway>=0.9.0", - "mcp-contextforge-gateway@git+https://github.com/IBM/mcp-context-forge.git@a43f225", + "mcp-contextforge-gateway@git+https://github.com/IBM/mcp-context-forge.git@edeb262", ] # ---------------------------------------------------------------- From 9d8f569916ffcc760d77653c56618f484762b21a Mon Sep 17 00:00:00 2001 From: Rynne Whitnah Date: Tue, 16 Dec 2025 10:40:04 -0800 Subject: [PATCH 2/3] bump for further client testing Signed-off-by: Rynne Whitnah --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab41c3c..25425a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "typer>=0.20.0", # Temporary: Install from github until >=0.9.0 is pushed to PyPI # "mcp-contextforge-gateway>=0.9.0", - "mcp-contextforge-gateway@git+https://github.com/IBM/mcp-context-forge.git@edeb262", + "mcp-contextforge-gateway@git+https://github.com/IBM/mcp-context-forge.git@37df0ee", ] # ---------------------------------------------------------------- From 3ef22373e59b36fa1335ba26733ea4e74de39db1 Mon Sep 17 00:00:00 2001 From: Rynne Whitnah Date: Tue, 16 Dec 2025 13:00:16 -0800 Subject: [PATCH 3/3] Bump to 1.0.0-BETA1 Signed-off-by: Rynne Whitnah --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25425a5..bbb13c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "typer>=0.20.0", # Temporary: Install from github until >=0.9.0 is pushed to PyPI # "mcp-contextforge-gateway>=0.9.0", - "mcp-contextforge-gateway@git+https://github.com/IBM/mcp-context-forge.git@37df0ee", + "mcp-contextforge-gateway@git+https://github.com/IBM/mcp-context-forge.git@aba7f4c", ] # ----------------------------------------------------------------