From 16ceccb083567b88ff12da9a59ba9cd37554a0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 25 Jul 2026 21:48:29 +0200 Subject: [PATCH] Show MCP endpoint url in api panel in user settings --- templates/users/_api_tokens.html.twig | 17 ++++++++++++++++- translations/messages.en.xlf | 6 ++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/templates/users/_api_tokens.html.twig b/templates/users/_api_tokens.html.twig index b274c9b6..e98c9670 100644 --- a/templates/users/_api_tokens.html.twig +++ b/templates/users/_api_tokens.html.twig @@ -94,6 +94,21 @@ + {% if is_granted("@api.use_mcp") %} +
+
+ {% trans %}api.api_endpoints.mcp_url{% endtrans %}: +
+
+ + {{ absolute_url('/mcp') }} +
+
+ + {% endif %} + - \ No newline at end of file + diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index 0f0bae0e..ccf977e3 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -13799,5 +13799,11 @@ Buerklin-API Authentication server: Use MCP tools (for AI agents) + + + api.api_endpoints.mcp_url + MCP endpoint + +