MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / store_wiki_cache

Route store_wiki_cache

api/api.py:None–None  ·  view source on GitHub ↗
app.post("/api/wiki_cache")

Source from the content-addressed store, hash-verified

1import os
2import logging
3from fastapi import FastAPI, HTTPException, Query, Request, WebSocket
4from fastapi.middleware.cors import CORSMiddleware

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected