Skip to content

Commit 018e573

Browse files
committed
Merge branch 'main' into hypeship/add-managed-auth-tools
2 parents 7d19430 + 060a782 commit 018e573

21 files changed

Lines changed: 3030 additions & 2901 deletions

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ MINTLIFY_DOMAIN=<x>
1919

2020
# Redis Configuration
2121
REDIS_URL=<x> # redis://127.0.0.1:6379
22+
# REDIS_TLS_SERVER_NAME=<x> # optional; requires REDIS_URL to use rediss://
2223

2324
# OAuth Client IDs
2425
KERNEL_CLI_PROD_CLIENT_ID=<x>

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@clerk/themes": "^2.4.19",
3535
"@mcp-ui/server": "^5.10.0",
3636
"@modelcontextprotocol/sdk": "1.26.0",
37-
"@onkernel/sdk": "^0.35.0",
37+
"@onkernel/sdk": "^0.58.0",
3838
"@types/jsonwebtoken": "^9.0.10",
3939
"@types/redis": "^4.0.11",
4040
"builtin-modules": "^5.0.0",

0 commit comments

Comments
 (0)