test: Add tests for MCP tools and resources

This commit is contained in:
Chris Coutinho
2025-07-27 17:42:43 +02:00
parent 1e19061ee0
commit a2c78ee1ef
4 changed files with 450 additions and 13 deletions
+2 -2
View File
@@ -21,12 +21,12 @@ LOGGING_CONFIG = {
},
"httpx": {
"handlers": ["default"],
"level": "DEBUG",
"level": "INFO",
"propagate": False, # Prevent propagation to root logger
},
"httpcore": {
"handlers": ["default"],
"level": "DEBUG",
"level": "INFO",
"propagate": False, # Prevent propagation to root logger
},
},