[{'Text': 'Command "cd /Users/peterdonaghey/Projects/point-topic-mcp && python -c "\nfrom point_topic_mcp.tools import get_all_tools\ntools = get_all_tools()\nfor name, func in tools:\n    if \'ontology\' in name:\n        print(f\'FOUND: {name}\')\n    if \'assemble\' in name:\n        print(f\'FOUND: {name}\')\nprint(\'---\')\nprint(f\'Total tools: {len(tools)}\')\nfor name, func in tools:\n    if \'database_tools_assemble\' in name:\n        print(name)\n"" failed with exit code 1.\n\n```\n🪄 .zshrc loaded successfully! (modular edition)\n[MCP] Registering snowflake_tools: env vars [\'SNOWFLAKE_USER\', \'SNOWFLAKE_PASSWORD\'] ✓\n[MCP] Registering gbs_tools: env vars [\'PT_RESEARCH_DATABASE_URI\'] ✓\nTraceback (most recent call last):\n  File "/Users/peterdonaghey/Projects/point-topic-mcp/src/point_topic_mcp/tools/__init__.py", line 62, in _discover_tools\n    module = importlib.import_module(\n             ^^^^^^^^^^^^^^^^^^^^^^^^\n  File "/Users/peterdonaghey/miniconda3/lib/python3.12/importlib/__init__.py", line 90, in import_module\n    return _bootstrap._gcd_import(name[level:], package, level)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import\n  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load\n  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked\n  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked\n  File "<frozen importlib._bootstrap_external>", line 995, in exec_module\n  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed\n  File "/Users/peterdonaghey/Projects/point-topic-mcp/src/point_topic_mcp/tools/server_info_tools.py", line 9, in <module>\n    from point_topic_mcp.auth.decorators import public\n  File "/Users/peterdonaghey/Projects/point-topic-mcp/src/point_topic_mcp/auth/__init__.py", line 43, in <module>\n    from point_topic_mcp.auth.auth0_helpers import (\n  File "/Users/peterdonaghey/Projects/point-topic-mcp/src/point_topic_mcp/auth/auth0_helpers.py", line 19, in <module>\n    from jose import jwt, JWTError\nModuleNotFoundError: No module named \'jose\'\nTraceback (most recent call last):\n  File "/Users/peterdonaghey/Projects/point-topic-mcp/src/point_topic_mcp/tools/__init__.py", line 62, in _discover_tools\n    module = importlib.import_module(\n             ^^^^^^^^^^^^^^^^^^^^^^^^\n  File "/Users/peterdonaghey/miniconda3/lib/python3.12/importlib/__init__.py", line 90, in import_module\n    return _bootstrap._gcd_import(name[level:], package, level)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import\n  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load\n  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked\n  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked\n  File "<frozen importlib._bootstrap_external>", line 995, in exec_module\n  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed\n  File "/Users/peterdonaghey/Projects/point-topic-mcp/src/point_topic_mcp/tools/server_info_tools.py", line 9, in <module>\n    from point_topic_mcp.auth.decorators import public\n  File "/Users/peterdonaghey/Projects/point-topic-mcp/src/point_topic_mcp/auth/__init__.py", line 43, in <module>\n    from point_topic_mcp.auth.auth0_helpers import (\n  File "/Users/peterdonaghey/Projects/point-topic-mcp/src/point_topic_mcp/auth/auth0_helpers.py", line 19, in <module>\n    from jose import jwt, JWTError\nModuleNotFoundError: No module named \'jose\'\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File "<string>", line 3, in <module>\n  File "/Users/peterdonaghey/Projects/point-topic-mcp/src/point_topic_mcp/tools/__init__.py", line 98, in get_all_tools\n    tools, _ = _discover_tools()\n               ^^^^^^^^^^^^^^^^^\n  File "/Users/peterdonaghey/Projects/point-topic-mcp/src/point_topic_mcp/tools/__init__.py", line 81, in _discover_tools\n    raise RuntimeError(\nRuntimeError: [MCP] Tool module \'server_info_tools\' failed to import: No module named \'jose\'. Fix the module — the server will not start with broken tools.\n```'}]