From 1bf7f2a21c505ff23622b7cee64370b341f6e582 Mon Sep 17 00:00:00 2001 From: Snider Date: Wed, 4 Mar 2026 07:19:56 +0000 Subject: [PATCH] fix: update stale API endpoint URL in playground view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use request()->getSchemeAndHttpHost()/tools/call instead of config('app.url')/api/v1/mcp/tools/call — MCP domain is the endpoint. Co-Authored-By: Virgil --- src/Website/Mcp/View/Blade/web/playground.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Website/Mcp/View/Blade/web/playground.blade.php b/src/Website/Mcp/View/Blade/web/playground.blade.php index 0554f9d..205a512 100644 --- a/src/Website/Mcp/View/Blade/web/playground.blade.php +++ b/src/Website/Mcp/View/Blade/web/playground.blade.php @@ -236,7 +236,7 @@
Endpoint: - {{ config('app.url') }}/api/v1/mcp/tools/call + {{ request()->getSchemeAndHttpHost() }}/tools/call
Method: