MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / get_public_config

Function get_public_config

main.py:863–869  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

861
862@app.get("/api/v1/config")
863async def get_public_config():
864 return APIResponse(
865 detail={
866 "config": build_public_config(),
867 "meta": build_public_meta(),
868 }
869 )
870
871
872@app.get("/health")

Callers

nothing calls this directly

Calls 3

APIResponseClass · 0.90
build_public_configFunction · 0.85
build_public_metaFunction · 0.85

Tested by

no test coverage detected