MCP Feature added

This commit is contained in:
2026-03-30 19:08:26 -05:00
parent e70f395772
commit b78c91d6c1
6 changed files with 511 additions and 1 deletions
+3
View File
@@ -4,6 +4,7 @@ require_once __DIR__ . '/../config/config.php';
require_once __DIR__ . '/db.php';
require_once __DIR__ . '/utils.php';
require_once __DIR__ . '/persona.php';
require_once __DIR__ . '/mcp_token_auth.php';
header('Content-Type: application/json; charset=utf-8');
@@ -11,6 +12,8 @@ if (session_status() === PHP_SESSION_NONE) {
session_start();
}
familyHubApplyMcpTokenAuthIfConfigured();
/**
* @return array<string, mixed>
*/