Skip to content

Commit 47db767

Browse files
authored
Merge pull request #140 from IBM/sse-http-support-time-server
Add SSE and Streamable HTTP support + Auth for Go mcp time server
2 parents 0a50385 + 5119ae6 commit 47db767

File tree

2 files changed

+725
-30
lines changed

2 files changed

+725
-30
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
[![Deploy to IBM Code Engine](https://github.com/IBM/mcp-context-forge/actions/workflows/ibm-cloud-code-engine.yml/badge.svg)](https://github.com/IBM/mcp-context-forge/actions/workflows/ibm-cloud-code-engine.yml)
1616

1717
<!-- === Package / Container === -->
18+
[![Async](https://img.shields.io/badge/async-await-green.svg)](https://docs.python.org/3/library/asyncio.html)
1819
[![License](https://img.shields.io/github/license/ibm/mcp-context-forge)](LICENSE)&nbsp;
1920
[![PyPI](https://img.shields.io/pypi/v/mcp-contextforge-gateway)](https://pypi.org/project/mcp-contextforge-gateway/)&nbsp;
2021
[![Docker Image](https://img.shields.io/badge/docker-ghcr.io%2Fibm%2Fmcp--context--forge-blue)](https://github.com/ibm/mcp-context-forge/pkgs/container/mcp-context-forge)&nbsp;
@@ -318,6 +319,10 @@ docker run -d --name mcpgateway \
318319

319320
# Tail logs (Ctrl+C to quit)
320321
docker logs -f mcpgateway
322+
323+
# Generating an API key
324+
docker run --rm -it ghcr.io/ibm/mcp-context-forge:0.1.1 \
325+
python -m mcpgateway.utils.create_jwt_token --username admin --exp 0 --secret my-test-key
321326
```
322327

323328
Browse to **[http://localhost:4444/admin](http://localhost:4444/admin)** (user `admin` / pass `changeme`).

0 commit comments

Comments
 (0)