Coderabbit fixes:

- Mac
- Flask debug
- Threaded flask
- propagate token in GET requests
- enhance spec docs
- normalize MAC x2
- mcp disablement redundant private attribute
- run all tests imports
This commit is contained in:
Adam Outler
2026-01-19 00:03:27 +00:00
parent ecea1d1fbd
commit bb0c0e1c74
13 changed files with 326 additions and 55 deletions

View File

@@ -9,10 +9,8 @@ from server.api_server import mcp_endpoint
@pytest.fixture(autouse=True)
def reset_registry():
registry.clear_registry()
registry._disabled_tools.clear()
yield
registry.clear_registry()
registry._disabled_tools.clear()
def test_disable_tool_management():