Skip to content

Commit 3c30d0a

Browse files
committed
Update README: add hero GIF, move demo video to Quick Start, gitignore registry tokens
1 parent 3130bd6 commit 3c30d0a

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ versioned/
3939
.env
4040
.env.*
4141

42+
# MCP Registry tokens (local auth)
43+
.mcpregistry_*
44+
4245
# E2E test secrets (GitHub token, API keys — NEVER commit)
4346
tests/e2e/.env.test
4447
tests/e2e/.env.secrets

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</p>
2121

2222
<p align="center">
23-
<video src="assets/sentinelgate-demo-final.mp4" width="720"></video>
23+
<img src="assets/sentinelgate-demo.gif" width="720" alt="SentinelGate demo">
2424
</p>
2525

2626
---
@@ -116,6 +116,10 @@ $ sentinel-gate start
116116
117117
Open **http://localhost:8080/admin** to manage policies, upstreams, and identities. The MCP endpoint is **http://localhost:8080/mcp** — configure your agent to connect there with an API key.
118118

119+
<p align="center">
120+
<video src="https://github.com/user-attachments/assets/2cb6864e-f00e-4b9e-9c39-b3523c77d50b" width="720" controls autoplay loop muted></video>
121+
</p>
122+
119123
---
120124

121125
## Playground

assets/sentinelgate-demo.gif

4.43 MB
Loading

0 commit comments

Comments
 (0)