brief-mcp 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8,9 +8,9 @@ import { hideBin } from 'yargs/helpers';
|
|
|
8
8
|
// ============================================================================
|
|
9
9
|
// Configuration - Direct Supabase Edge Functions
|
|
10
10
|
// ============================================================================
|
|
11
|
-
const SUPABASE_URL = 'https://
|
|
11
|
+
const SUPABASE_URL = 'https://mawcfpoktzbefesduneu.supabase.co';
|
|
12
12
|
const EDGE_FUNCTIONS_URL = `${SUPABASE_URL}/functions/v1`;
|
|
13
|
-
const SUPABASE_ANON_KEY = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.
|
|
13
|
+
const SUPABASE_ANON_KEY = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im1hd2NmcG9rdHpiZWZlc2R1bmV1Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3Njg4MTE4NDgsImV4cCI6MjA4NDM4Nzg0OH0.Z5V2P3djpdTnETpkaZVEindkzCDqStiz_mW7FxY9vXs';
|
|
14
14
|
function parseArguments() {
|
|
15
15
|
const argv = yargs(hideBin(process.argv))
|
|
16
16
|
.option('access-token', {
|