Skip to content

Commit 7a72a00

Browse files
committed
build(temp): Install mcpgateway from git for now
There are several fixes that are needed and not yet published to PyPI Branch: PyPIPush Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
1 parent 76225d0 commit 7a72a00

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ maintainers = [
4848
dependencies = [
4949
"rich>=13.9.4",
5050
"typer>=0.20.0",
51-
"mcp-contextforge-gateway>=0.9.0",
51+
# Temporary: Install from github until >=0.9.0 is pushed to PyPI
52+
# "mcp-contextforge-gateway>=0.9.0",
53+
"mcp-contextforge-gateway@git+https://github.com/IBM/mcp-context-forge.git@a43f225",
5254
]
5355

5456
# ----------------------------------------------------------------

0 commit comments

Comments
 (0)