diff --git a/news/2026-03-12-deep-inspection-gov-presstraff-om-forslag-om-betal-nxwv0-en.html b/news/2026-03-12-deep-inspection-gov-presstraff-om-forslag-om-betal-nxwv0-en.html index 0812ac6e3..982db7143 100644 --- a/news/2026-03-12-deep-inspection-gov-presstraff-om-forslag-om-betal-nxwv0-en.html +++ b/news/2026-03-12-deep-inspection-gov-presstraff-om-forslag-om-betal-nxwv0-en.html @@ -214,8 +214,7 @@

Deep Inspection: Paid Police Education Proposal

-
Latest news and analysis from Sweden's Riksdag. AI-generated political intelligence based on OSINT/INTOP data covering parliament, government, and agencies with systematic transparency.
-

Deep Inspection: Paid Police Education Proposal

+
@@ -262,7 +261,7 @@

Strategic Implications

Key Takeaways

@@ -499,7 +498,7 @@

Languages

- + \ No newline at end of file diff --git a/news/2026-03-12-deep-inspection-gov-presstraff-om-forslag-om-betal-nxwv0-sv.html b/news/2026-03-12-deep-inspection-gov-presstraff-om-forslag-om-betal-nxwv0-sv.html index 4dbda1e1b..d1789aa43 100644 --- a/news/2026-03-12-deep-inspection-gov-presstraff-om-forslag-om-betal-nxwv0-sv.html +++ b/news/2026-03-12-deep-inspection-gov-presstraff-om-forslag-om-betal-nxwv0-sv.html @@ -214,8 +214,7 @@

Djupanalys: Betald polisutbildning

-
Senaste nyheter och analyser från Sveriges riksdag. AI-genererad politisk underrättelsejournalistik baserad på OSINT/INTOP-data som bevakar riksdagen, regeringen och myndigheter med systematisk transparens.
-

Djupanalys: Betald polisutbildning

+
@@ -499,7 +498,7 @@

Språk

- + \ No newline at end of file diff --git a/scripts/mcp-client/client.ts b/scripts/mcp-client/client.ts index 514e1ce4e..445372f92 100644 --- a/scripts/mcp-client/client.ts +++ b/scripts/mcp-client/client.ts @@ -66,7 +66,7 @@ function getDefaultAuthToken(): string { // Priority 3: legacy gateway.apiKey const gateway = raw['gateway'] as Record | undefined; const apiKey = gateway?.['apiKey'] as string | undefined; - if (apiKey) return apiKey; + if (apiKey) return apiKey.replace(/^Bearer\s+/i, ''); // Priority 4: mcpServers['riksdag-regering'].headers.Authorization // Strip legacy "Bearer " prefix if present — gateway expects raw API key