Skip to content

Commit 182b0a0

Browse files
author
Olivier Gintrand
committed
fix(admin): restore get_bundle_js_filename for Vite admin UI bundle resolution
Signed-off-by: Olivier Gintrand <olivier.gintrand@forterro.com>
1 parent a02a04b commit 182b0a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcpgateway/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4017,6 +4017,7 @@ def _to_dict_and_filter(raw_list):
40174017
"require_token_expiration": getattr(settings, "require_token_expiration", True),
40184018
"sri_hashes": load_sri_hashes(),
40194019
"max_members_per_team": settings.max_members_per_team,
4020+
"bundle_js": get_bundle_js_filename(),
40204021
},
40214022
)
40224023

0 commit comments

Comments
 (0)