On line 675 of [AbletonMCP_Remote_Script/init.py](https://github.com/ahujasid/ableton-mcp/blob/main/AbletonMCP_Remote_Script/__init__.py#L675), there's a typo: if path_parts[0].lower() == "nstruments": Should be: if path_parts[0].lower() == "instruments":
On line 675 of AbletonMCP_Remote_Script/init.py, there's a typo:
if path_parts[0].lower() == "nstruments":
Should be:
if path_parts[0].lower() == "instruments":