fix: enable stdout logging

This commit is contained in:
Clawdbot
2026-02-12 12:13:22 +11:00
parent 2f9ea4ea9e
commit b9e7d8574b

View File

@@ -15,6 +15,7 @@ TEI_URL = os.getenv("TEI_URL", "http://text-embeddings.tei.svc.cluster.local:808
EMBEDDING_DIM = 768 # BAAI/bge-base-en-v1.5
# Initialize
logging.basicConfig(level=logging.INFO)
mcp = FastMCP("knowledge-mcp")
@contextmanager