I'm experimenting a bit with MCP and Claude in H21.0.761 and got the MCP server running, using Anaconda instead of uv that is suggested in the github description.
In order for things to work i needed to change the PySide call in server.py from this:
from PySide2 import QtWidgets, QtCore to this:
from PySide6 import QtWidgets, QtCore
I can however imagine that the Qt6 is different from Qt5 that I understood Houdini used internally and this Houdini is 3.11 and PySide2 is max 3.10 iirc.
Would I run into UI issues with this easy fix or should i create a proper Houdini safe environment and if so what should I take into consideration?
Looking forward to any input on this.
Cheers,
Rudi
