You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update dependencies
Signed-off-by: Mihai Criveti <[email protected]>
* Bump version to 0.9.0
Signed-off-by: Mihai Criveti <[email protected]>
* Bump version to 0.9.0
Signed-off-by: Mihai Criveti <[email protected]>
---------
Signed-off-by: Mihai Criveti <[email protected]>
Using `--network=host` allows Docker to access the local network, allowing you to add MCP servers running on your host. See [Docker Host network driver documentation](https://docs.docker.com/engine/network/drivers/host/) for more details.
@@ -568,7 +568,7 @@ podman run -d --name mcpgateway \
568
568
-p 4444:4444 \
569
569
-e HOST=0.0.0.0 \
570
570
-e DATABASE_URL=sqlite:///./mcp.db \
571
-
ghcr.io/ibm/mcp-context-forge:0.8.0
571
+
ghcr.io/ibm/mcp-context-forge:0.9.0
572
572
```
573
573
574
574
#### 2 - Persist SQLite
@@ -587,7 +587,7 @@ podman run -d --name mcpgateway \
587
587
-p 4444:4444 \
588
588
-v $(pwd)/data:/data \
589
589
-e DATABASE_URL=sqlite:////data/mcp.db \
590
-
ghcr.io/ibm/mcp-context-forge:0.8.0
590
+
ghcr.io/ibm/mcp-context-forge:0.9.0
591
591
```
592
592
593
593
#### 3 - Host networking (rootless)
@@ -605,7 +605,7 @@ podman run -d --name mcpgateway \
605
605
--network=host \
606
606
-v $(pwd)/data:/data \
607
607
-e DATABASE_URL=sqlite:////data/mcp.db \
608
-
ghcr.io/ibm/mcp-context-forge:0.8.0
608
+
ghcr.io/ibm/mcp-context-forge:0.9.0
609
609
```
610
610
611
611
---
@@ -614,7 +614,7 @@ podman run -d --name mcpgateway \
***.env files** - Put all the `-e FOO=` lines into a file and replace them with `--env-file .env`. See the provided [.env.example](https://github.com/IBM/mcp-context-forge/blob/main/.env.example) for reference.
617
-
***Pinned tags** - Use an explicit version (e.g. `v0.8.0`) instead of `latest` for reproducible builds.
617
+
***Pinned tags** - Use an explicit version (e.g. `v0.9.0`) instead of `latest` for reproducible builds.
618
618
***JWT tokens** - Generate one in the running container:
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## ⚠️ Beta Software Notice
4
4
5
-
**Current Version: 0.8.0 (Beta)**
5
+
**Current Version: 0.9.0 (Beta)**
6
6
7
7
MCP Gateway is currently in beta and should be treated as such until the 1.0 release. While we implement comprehensive security measures and follow best practices, important limitations exist:
0 commit comments