Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
24
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# RENDOBAR_API_KEY (a key starting with rb_). Auth is validated lazily on the
# first tool call, so a placeholder key is enough for a host to start the
# server and introspect the tool list for scoring.
FROM node:22-alpine
FROM node:24-alpine

# Install the published package. Pin a version at build time with
# --build-arg MCP_VERSION=x.y.z; defaults to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"zod": "^3.25.0"
},
"devDependencies": {
"@types/node": "^20.14.0",
"@types/node": "^24.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
Expand Down
Loading