File size: 24,895 Bytes
2f203f5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 | """Resources for the Data360 MCP Server.
These resources provide static context to help LLMs understand the Data360 system.
Includes ``data360://agent-recipe`` for host integrators (LangGraph / data360-mcp-agent).
"""
import json
from datetime import datetime
from fastmcp.apps import AppConfig, ResourceCSP
from data360.providers import get_database_mapping
from ._server_definition import mcp
from .agent_recipe import AGENT_RECIPE_MARKDOWN
# System prompt with chain-of-thought guidance for chatbot integration
from .prompts import SYSTEM_PROMPT
CODELISTS = {
"auto_resolved": {
"description": (
"The pipeline auto-resolves these dimensions from the extdataportal codelist. "
"series_labels is NOT required for these dimensions."
),
"source": "https://extdataportal.worldbank.org/api/data360/metadata/codelist",
"dimensions": {
"COMP_BREAKDOWN_1": "5 191 indicator-subtype codes (e.g. WGI_EST, IPC_IPC_PHASE3, WEF_TTDI_RNK)",
"COMP_BREAKDOWN_2": "Same pool as COMP_BREAKDOWN_1",
"UNIT_MEASURE": "769 unit codes auto-resolved in Y-axis labels and subtitles",
"SEX": "7 codes: F=Female, M=Male, _T=Total, _O=Other, _U=Unknown, _Z=Not applicable",
"AGE": "173 codes: _T=All ages, Y15T24=15-24 years, Y_GE25=25+ years, etc.",
"URBANISATION": "16 codes: URB=Urban area, RUR=Rural area, CITY=City, VILL=Village, etc.",
"FREQ": "34 codes: A=Annual, M=Monthly, Q=Quarterly, etc.",
},
},
"manual_override": {
"description": (
"Provide series_labels only to shorten or rename auto-resolved labels, "
"e.g. to show 'Estimate' instead of 'Governance estimate (approx. -2.5 to +2.5)'."
),
"example": {"WGI_EST": "Estimate", "WGI_SC": "Score", "WGI_SE": "Std. Error"},
},
"geographic": {
"description": "REF_AREA groups resolved via GroupHierarchyManager (FMR H_REF_AREA_GROUPS)",
"individual_countries": "532 codes β resolved automatically to country names",
"groups": "147 group codes (REGION, INCOME, LENDING, CONTINENT) β use expand_country_group",
},
}
METADATA_FIELDS = {
"fields": {
"methodology": {
"description": "How the indicator is calculated/measured",
"use_when": ["how is it calculated", "calculation method", "methodology"],
},
"statistical_concept": {
"description": "Statistical definition and conceptual framework",
"use_when": ["statistical concept", "what does it measure", "definition"],
},
"definition_long": {
"description": "Full description of the indicator",
"use_when": ["what is", "describe", "explanation"],
},
"limitation": {
"description": "Known data limitations and caveats",
"use_when": ["limitations", "caveats", "data quality", "issues"],
},
"relevance": {
"description": "Policy relevance and why this indicator matters",
"use_when": ["why important", "relevance", "policy implications"],
},
"aggregation_method": {
"description": "How values are aggregated (Sum, Average, etc.)",
"use_when": ["aggregation", "how combined", "sum or average"],
},
"periodicity": {
"description": "Data frequency (Annual, Monthly, etc.)",
"use_when": ["frequency", "how often", "periodicity"],
},
"time_periods": {
"description": "Nominal time range (may have gaps)",
"use_when": ["time range", "years available", "coverage"],
"note": "Call get_disaggregation for actual available years",
},
"ref_country": {
"description": "List of countries with data",
"use_when": ["countries", "coverage", "available for"],
},
"sources_note": {
"description": "Information about data sources",
"use_when": ["source", "where from", "data provider"],
},
}
}
DATA_FILTERS = {
"workflow": "Call get_disaggregation first to see available values for each filter",
"supported_filters": {
"timePeriodFrom": {"description": "Start year", "example": "2020"},
"timePeriodTo": {"description": "End year", "example": "2023"},
"REF_AREA": {
"description": "Country code(s). Use comma-separated for multiple.",
"example": "KEN,TZA",
},
"SEX": {"values": ["F", "M", "_T", "_O", "_U", "_Z"]},
"AGE": {
"description": "173 age codes β common ones below; use get_disaggregation for indicator-specific values",
"common_values": ["_T", "Y15T24", "Y15T29", "Y30T59", "Y_GE25", "Y_GE60", "Y18T65"],
},
"URBANISATION": {
"values": ["_T", "URB", "RUR", "CITY", "VILL", "DTOW", "TSUB", "STOW", "SUBU", "SURB", "LURB", "_O", "_Z"],
},
},
"excluded_filters": {"FREQ": "DO NOT USE - breaks queries"},
"important": "Check TIME_PERIOD in disaggregation for actual available years (may have gaps)",
}
DATA_SCHEMA = {
"description": "Data rows are prefiltered to only include relevant fields. Always present: 5 core fields. Conditionally present: disaggregation fields when their values are non-trivial.",
"core_fields": {
"obs_value": "The numeric data value.",
"time_period": "Date or year of the observation (e.g., '2023', '2024-07-01').",
"ref_area": "Country or region code (e.g., 'KEN').",
"unit_measure": "Unit of measurement (e.g., 'PT', 'USD_K_2015', 'PS').",
"claim_id": "Verification hash for data provenance.",
},
"conditional_fields": {
"description": "Included only when values carry real disaggregation (not _T total or _Z not-applicable).",
"sex": "Gender breakdown ('F', 'M'). Present in WB_HCP, WB_SSGD, WB_GS.",
"age": "Age group ('Y15T24', 'Y18T65', etc.). Present in WB_SSGD, OECD_IDD.",
"urbanisation": "Urban/Rural ('URB', 'RUR'). Present in WB_SSGD.",
"comp_breakdown_1": "Indicator subtype (e.g., IPC phase period, OECD indicator type, WEF rank/value/score).",
"comp_breakdown_2": "Secondary breakdown (e.g., IPC phase level, OECD income definition).",
},
"visualization_guidance": "When calling get_viz_spec(relevant_fields=...), prioritize 'time_period' and 'obs_value'. Include 'ref_area' or dimensions like 'sex' only for comparison/grouping.",
}
SEARCH_USAGE = {
"basic_search": {
"example": "data360_search_indicators(query='poverty', limit=10)",
"note": "Uses default select_fields",
},
"enriched_search": {
"example": "data360_search_indicators(query='poverty', limit=5, select_fields=['idno', 'name', 'database_id', 'definition_long', 'periodicity', 'time_periods', 'dimensions'])",
"note": "Use when LLM needs to pick best indicator",
},
"indicator_selection_workflow": [
"1. Use enriched search with select_fields for extra coverage info",
"2. Call get_disaggregation to check TIME_PERIOD and REF_AREA",
"3. Pick indicator based on coverage, time range, and relevance",
],
"warning": "DO NOT use odata_options - it is deprecated",
}
K360_NARRATIVE_STYLE = {
"sections": ["Data", "Analysis", "Note", "Sources"],
"required_behavior": [
"Ground every statement in tool evidence or content packet fields.",
"Use concise markdown suitable for analyst and policy audiences.",
"When chart outputs exist, describe what each chart conveys in 1-2 sentences.",
"If no data is available, clearly state the gap and suggest a narrower follow-up query.",
],
"optional_claim_tags": {
"enabled_by": "include_claim_tags=true",
"format": "<claim id=\"short-id\">numeric statement</claim>",
},
}
@mcp.resource("data360://system-prompt")
async def system_prompt_resource() -> str:
"""System prompt with chain-of-thought guidance for chatbot integration."""
return SYSTEM_PROMPT
@mcp.resource("data360://agent-recipe")
async def agent_recipe_resource() -> str:
"""How to compose MCP resources + named prompts for LangGraph / ``data360-mcp-agent``."""
return AGENT_RECIPE_MARKDOWN
@mcp.resource("data360://context")
async def context_resource() -> str:
"""Runtime context including current date. Read this to know today's date."""
return json.dumps(
{
"current_date": datetime.now().strftime("%Y-%m-%d"),
"current_year": datetime.now().year,
"note": "Use current_year to calculate 'last N years' queries",
},
indent=2,
)
@mcp.resource("data360://databases")
async def databases_resource() -> str:
"""List of available Data360 databases."""
db_mapping = await get_database_mapping()
formatted = {"databases": [{"id": k, "name": v} for k, v in db_mapping.items()]}
return json.dumps(formatted, indent=2)
@mcp.resource("data360://codelists")
async def codelists_resource() -> str:
"""Codelist reference information (global and indicator-level)."""
return json.dumps(CODELISTS, indent=2)
@mcp.resource("data360://metadata-fields")
async def metadata_fields_resource() -> str:
"""Metadata field mapping for smart routing based on user questions."""
return json.dumps(METADATA_FIELDS, indent=2)
@mcp.resource("data360://data-filters")
async def data_filters_resource() -> str:
"""Available data filters and usage guidance."""
return json.dumps(DATA_FILTERS, indent=2)
@mcp.resource("data360://data-schema")
async def data_schema_resource() -> str:
"""Standard data schema and column definitions for visualization."""
return json.dumps(DATA_SCHEMA, indent=2)
@mcp.resource("data360://search-usage")
async def search_usage_resource() -> str:
"""Search tool usage guidance."""
return json.dumps(SEARCH_USAGE, indent=2)
@mcp.resource("data360://k360-narrative-style")
async def k360_narrative_style_resource() -> str:
"""Narrative formatting contract for K360 staged agent hosts."""
return json.dumps(K360_NARRATIVE_STYLE, indent=2)
# ---------------------------------------------------------------------------
# Chart Grammar Resource β grammar-of-graphics decision rules
# ---------------------------------------------------------------------------
CHART_GRAMMAR = """# Data360 Chart Grammar β Decision Rules for Visualization
This resource teaches you how to reason about data shapes and select the correct
chart strategy. The visualization engine applies these rules automatically, but
understanding them lets you make better upstream decisions (which tool to call,
what chart_type to pass, and how to narrate the result).
## 1. Strategy Selection Rules
The engine selects a strategy based on the **data shape** after fetching:
| Condition | Strategy | Chart type |
|-----------|----------|-----------|
| 1 indicator, temporal, 1β8 countries | `temporal_single` | Line chart (color=country) |
| 1 indicator, temporal, >8 countries, no breakdowns | `heatmap` | Heatmap matrix (country Γ year) |
| 1 indicator, single year, β€8 countries | `cross_sectional` | Horizontal bar chart |
| 1 indicator, single year, >8 countries | `distribution` | Strip/beeswarm chart |
| 1 indicator, breakdown dimensions present | `breakdown_comparison` or `small_multiples` | Grouped bar or faceted panels |
| 2+ indicators, temporal, 1 country | `temporal_multi_indicator` | Layered lines or stacked panels |
| 2+ indicators, single year, multiple countries | `scatter` or `cross_sectional` | Scatter or grouped bar |
| Composition data (parts sum to ~100%) | `stacked_area` or `stacked_bar` | Stacked marks |
## 2. Layout Composition Rules (Multi-Indicator)
When comparing 2+ indicators, the engine decides whether to use a **single shared
panel** or **vertically stacked panels with independent Y-axes**.
The decision is based on the `data_profile.scale_compatibility` in the tool response:
| Condition | Layout | Reason |
|-----------|--------|--------|
| Same scale type AND value ratio β€ 10Γ | Single panel, shared Y-axis | Values are comparable |
| Same scale type BUT value ratio > 10Γ | vconcat panels, independent Y-axes | Large magnitude difference distorts one series |
| Different scale types (e.g. % vs USD) | vconcat panels, independent Y-axes | Incomparable units |
| All values are percentages in [0, 100] | Single panel | Natural shared range |
**How to use**: After calling `data360_get_multi_indicator_viz_spec`, read
`data_profile.scale_compatibility.can_share_axis` and `data_profile.indicators`
to understand the layout decision and narrate it to the user.
## 3. Encoding Grammar
The engine maps data dimensions to visual channels:
| Data dimension | Vega-Lite encoding | When used |
|---|---|---|
| year / time_period | `x` (temporal) | Time-series charts |
| country | `color` (nominal) | Multi-country lines; `y` for cross-sectional bars |
| value / obs_value | `y` (quantitative) | Always the measurement axis |
| indicator | `color` (nominal) | Multi-indicator overlays |
| breakdown dim (sex, age, etc.) | `color` or `facet` | Disaggregation present |
## 4. Data Profile Fields
Every viz tool response now includes a `data_profile` with these sections:
- **indicators**: Per-indicator value ranges (min/max/median), unit codes, scale
types (percentage/currency/persons/index), and whether values are proportions.
- **scale_compatibility** (multi-indicator): Whether indicators can share a Y-axis.
- **structure**: Country list, year range, temporal density (dense/moderate/sparse).
- **breakdowns**: Available disaggregation dimensions with actual values and meanings.
- **composition_hint**: Whether data looks like parts-of-a-whole (suitable for stacked).
Use these fields to:
1. **Narrate accurately**: "GDP ranges from $1,200 to $63,000" instead of guessing.
2. **Assess chart quality**: If `temporal_density` is "sparse", note potential gaps.
3. **Suggest alternatives**: If `composition_hint.suitable_for_stacked` is true,
suggest a stacked area view.
## 5. When NOT to Pass chart_type
Let the engine auto-select when:
- The data shape is unambiguous (single indicator, clear temporal or cross-sectional)
- You are unsure which chart fits the data
Only override chart_type when:
- The user explicitly asked for a style ("show me a bar chart")
- You need a specific multi-indicator layout ("scatter", "connected_scatter")
## 6. Tool Selection
| Scenario | Tool |
|----------|------|
| 1 indicator | `data360_get_viz_spec` |
| 2β4 indicators to compare | `data360_get_multi_indicator_viz_spec` |
| Need to summarize without a chart | `data360_summarize_data` |
"""
@mcp.resource("data360://viz/chart-grammar")
async def chart_grammar_resource() -> str:
"""Grammar-of-graphics decision rules for Data360 visualization.
Teaches the LLM how to reason about data shapes, scale compatibility,
encoding rules, and layout decisions. Read this resource to understand
how the visualization engine selects strategies and how to interpret
the data_profile in tool responses.
"""
return CHART_GRAMMAR
VEGA_LITE_RENDERER_HTML = """<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data360 Vega-Lite Renderer</title>
<style>
body {
margin: 0;
padding: 8px;
background: transparent;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
#vis {
width: 100%;
height: 100%;
min-height: 400px;
}
#error-display {
display: none;
color: #721c24;
background-color: #f8d7da;
border: 1px solid #f5c6cb;
padding: 15px;
margin: 10px;
border-radius: 4px;
}
#error-display h3 {
margin-top: 0;
margin-bottom: 8px;
}
#error-display pre {
white-space: pre-wrap;
font-size: 11px;
margin-top: 10px;
background: #fff;
padding: 8px;
border: 1px solid #ddd;
font-family: monospace;
}
</style>
<script src="<<<SERVER_BASE>>>/static/libs/vega.js"></script>
<script src="<<<SERVER_BASE>>>/static/libs/vega-lite.js"></script>
<script src="<<<SERVER_BASE>>>/static/libs/vega-embed.js"></script>
</head>
<body>
<div id="vis"></div>
<div id="error-display">
<h3>Renderer Error</h3>
<p id="error-message"></p>
<pre id="error-stack"></pre>
</div>
<script type="module">
const serverBaseUrl = "<<<SERVER_BASE>>>";
function showError(message, stack) {
document.getElementById('vis').style.display = 'none';
const display = document.getElementById('error-display');
display.style.display = 'block';
document.getElementById('error-message').textContent = message;
document.getElementById('error-stack').textContent = stack || 'No stack trace available';
}
async function logToServer(msg, detail) {
try {
await fetch(`${serverBaseUrl}/debug-log`, {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ message: msg, detail: detail })
});
} catch (e) {
console.error("Failed to log to server:", e);
}
}
window.addEventListener('error', (event) => {
const msg = event.message || event.error?.message || 'Unknown error';
const stack = event.error?.stack || '';
showError(msg, stack);
logToServer("Unhandled error", { message: msg, stack: stack });
});
window.addEventListener('unhandledrejection', (event) => {
const msg = event.reason?.message || String(event.reason);
const stack = event.reason?.stack || '';
showError("Promise Rejection: " + msg, stack);
logToServer("Unhandled promise rejection", { message: msg, stack: stack });
});
import { App } from "<<<SERVER_BASE>>>/static/libs/ext-apps.js";
if (window.PRE_LOADED_SPEC) {
vegaEmbed("#vis", window.PRE_LOADED_SPEC, {
actions: false,
theme: "default"
}).catch(err => {
console.error(err);
showError(`Failed to render chart spec: ${err.message}`, err.stack);
});
} else {
const app = new App({ name: "Data360 Vega-Lite Renderer", version: "1.0.0" });
app.ontoolresult = async (result) => {
if (result.isError) {
document.getElementById('vis').innerHTML = `<p style="color:red;">Error: ${result.content || "Failed to render chart"}</p>`;
return;
}
// 1. Try to get spec from structuredContent (default)
let spec = result.structuredContent?.spec;
let fetchError = null;
// 2. Fallback: Parse the spec URL from text content and fetch it
if (!spec && result.content) {
try {
const textBlock = result.content.find(
(block) => block.type === "text" && block.text && block.text.includes("View spec:")
);
if (textBlock) {
const match = textBlock.text.match(/View spec:\s*(https?:\/\/[^\s\n]+)/);
if (match && match[1]) {
const specUrl = match[1];
const response = await fetch(specUrl);
if (response.ok) {
spec = await response.json();
} else {
fetchError = `HTTP ${response.status}: ${response.statusText}`;
}
}
}
} catch (e) {
fetchError = e.message;
console.error("Failed to fetch spec fallback:", e);
}
}
if (spec) {
vegaEmbed("#vis", spec, {
actions: false,
theme: "default"
}).catch(err => {
console.error(err);
showError(`Failed to render chart spec: ${err.message}`, err.stack);
});
} else {
document.getElementById('vis').innerHTML = `
<div>
<p>No visualization spec available.</p>
<pre style="white-space: pre-wrap; font-size: 11px; background: #fee; padding: 8px; border: 1px solid #fcc; font-family: monospace;">
Result Keys: ${result ? Object.keys(result).join(', ') : 'null'}
Fetch Error: ${fetchError || 'none'}
Result JSON: ${result ? JSON.stringify(result, null, 2) : 'null'}
</pre>
</div>
`;
}
};
await app.connect();
}
</script>
</body>
</html>
"""
@mcp.resource(
"ui://data360/vega-lite-renderer.html{?spec}",
app=AppConfig(
csp=ResourceCSP(
connect_domains=["*"],
resource_domains=[
"http://localhost:*",
"http://127.0.0.1:*",
"https://unpkg.com",
"https://cdn.jsdelivr.net",
"'unsafe-eval'",
],
)
),
)
async def vega_lite_renderer(spec: str | None = None) -> str:
"""HTML renderer template for Vega-Lite v6 charts."""
from data360.config import get_mcp_server_settings
settings = get_mcp_server_settings()
port = settings.port or 8021
server_base = f"http://localhost:{port}"
# Use an explicit sentinel that cannot appear in real HTML/JS content.
# All occurrences in VEGA_LITE_RENDERER_HTML are replaced in one pass.
html = VEGA_LITE_RENDERER_HTML.replace("<<<SERVER_BASE>>>", server_base)
if spec:
injection = f"\n window.PRE_LOADED_SPEC = {spec};\n"
html = html.replace("<body>", f"<body>\n <script>{injection}</script>")
return html
import os
from fastapi.staticfiles import StaticFiles
from starlette.requests import Request
from starlette.responses import JSONResponse, Response
from starlette.exceptions import HTTPException
class CORSStaticFiles(StaticFiles):
async def __call__(self, scope, receive, send) -> None:
if scope["type"] != "http":
await super().__call__(scope, receive, send)
return
if scope["method"] == "OPTIONS":
response = Response(
"OK",
status_code=200,
headers={
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET, HEAD, OPTIONS",
"Access-Control-Allow-Headers": "*",
}
)
await response(scope, receive, send)
return
async def cors_send(message) -> None:
if message["type"] == "http.response.start":
headers = list(message.get("headers", []))
has_origin = any(h[0].lower() == b"access-control-allow-origin" for h in headers)
if not has_origin:
headers.append((b"access-control-allow-origin", b"*"))
headers.append((b"access-control-allow-methods", b"GET, HEAD, OPTIONS"))
headers.append((b"access-control-allow-headers", b"*"))
message["headers"] = headers
await send(message)
await super().__call__(scope, receive, cors_send)
async def get_response(self, path: str, scope) -> Response:
try:
return await super().get_response(path, scope)
except HTTPException as exc:
return JSONResponse(
{"detail": exc.detail},
status_code=exc.status_code,
headers=exc.headers
)
@mcp.custom_route("/debug-log", methods=["POST", "OPTIONS"])
async def debug_log(request: Request) -> Response:
if request.method == "OPTIONS":
return Response(
"OK",
status_code=200,
headers={
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "POST, OPTIONS",
"Access-Control-Allow-Headers": "Content-Type",
}
)
try:
body = await request.json()
print(f"\n[IFRAME DEBUG LOG] {body}\n", flush=True)
return JSONResponse(
{"status": "ok"},
headers={"Access-Control-Allow-Origin": "*"}
)
except Exception as e:
print(f"Error reading debug log: {e}", flush=True)
return JSONResponse(
{"error": str(e)},
status_code=400,
headers={"Access-Control-Allow-Origin": "*"}
)
|