MCPcopy Create free account
hub / github.com/clockworknowledge/menome_processor / read_root

Route read_root

app/main.py:None–None  ·  view source on GitHub ↗
app.get("/")

Source from the content-addressed store, hash-verified

1from fastapi import FastAPI
2from .routers import processing
3from .routers import document
4from .routers import chat

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected