mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
feat: add mcp server
This commit is contained in:
parent
e31b38122e
commit
d895ac0fba
18 changed files with 440 additions and 74 deletions
|
|
@ -121,4 +121,7 @@ def setup_logging():
|
|||
logging_logger.setLevel(logging.INFO)
|
||||
logging_logger.propagate = False
|
||||
|
||||
# MCP SDK logs a line per request lifecycle event; child loggers inherit.
|
||||
logging.getLogger("mcp").setLevel(logging.WARNING)
|
||||
|
||||
_logging_initialized = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue