-
Notifications
You must be signed in to change notification settings - Fork 71
Description
I am really confused.
First, note that I'm using Revit 2025.
I have compiled revit-mcp-plugin and revit-mcp from a local git cloning. Compilation went well. I then followed all the instructions and it works well (MCP service is "running" in Claude and the MC service starts in Revit). However, when I gave instructions to Claude, it failed to find command sets. Indeed, back in Revit, when I click on Settings, I get the error that no commandset is available. I click on the "Open CommandSet Folder" which brings me to the path "...GitHub\revit-mcp-plugin\revit-mcp-plugin\bin\Release\2025\Commands" which only contains a CommandRegistry.json file which contains an empty list of command. While this is surprising, I decded to clone and build the revit-mcp-commandset repository and copy the output files in the CommandSet folder as instructed (and updated the json file content as well). But, no success.
Any idea what I'm doing wrong?