Skip to content

Commit 6830805

Browse files
committed
add index.php to claude mcp add command
1 parent fd81b90 commit 6830805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/components/com_mcp/src/Field/McpconfigField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ protected function getInput()
9696
$claudeCodeCommand = sprintf(
9797
'claude mcp add --transport http %s %s --header "Authorization: Bearer %s"',
9898
$serverName,
99-
$baseUrl . '/api/v1/mcp',
99+
$baseUrl . '/index.php/api/v1/mcp',
100100
$clientToken
101101
);
102102

0 commit comments

Comments
 (0)