FAIL

Traceback (most recent call last):
  File "", line 41, in 
  File "/usr/local/lib/python3.11/asyncio/runners.py", line 190, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "", line 16, in main
  File "/usr/local/lib/python3.11/site-packages/fastmcp/client/client.py", line 535, in __aexit__
    await self._disconnect()
  File "/usr/local/lib/python3.11/site-packages/fastmcp/client/client.py", line 670, in _disconnect
    await session_task
  File "/usr/local/lib/python3.11/site-packages/fastmcp/client/client.py", line 689, in _session_runner
    async with AsyncExitStack() as stack:
  File "/usr/local/lib/python3.11/contextlib.py", line 745, in __aexit__
    raise exc_details[1]
  File "/usr/local/lib/python3.11/contextlib.py", line 728, in __aexit__
    cb_suppress = await cb(*exc_details)
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/contextlib.py", line 231, in __aexit__
    await self.gen.athrow(typ, value, traceback)
  File "/usr/local/lib/python3.11/site-packages/fastmcp/client/client.py", line 461, in _context_manager
    with catch(get_catch_handlers()):
  File "/usr/local/lib/python3.11/site-packages/exceptiongroup/_catch.py", line 39, in __exit__
    raise unhandled from exc.__cause__
  File "/usr/local/lib/python3.11/site-packages/exceptiongroup/_catch.py", line 65, in handle_exception
    result = handler(matched)
             ^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/fastmcp/utilities/exceptions.py", line 29, in _exception_handler
    raise leaf
  File "/usr/local/lib/python3.11/site-packages/mcp/client/streamable_http.py", line 565, in handle_request_async
    await self._handle_post_request(ctx)
  File "/usr/local/lib/python3.11/site-packages/mcp/client/streamable_http.py", line 358, in _handle_post_request
    response.raise_for_status()
  File "/usr/local/lib/python3.11/site-packages/httpx/_models.py", line 829, in raise_for_status
    raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '401 Unauthorized' for url 'https://mcpoperator-fastmcp1.68.220.202.177.nip.io/mcp'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401