-
Notifications
You must be signed in to change notification settings - Fork 66
Custom Command Development
李锶厅(lisiting01) edited this page Apr 6, 2025
·
1 revision
Note: This document is being written and will be improved in future updates.
This document will explain how to develop custom commands for revit-mcp-plugin so they can be called by AI conversation clients through the MCP protocol.
Developing a custom command typically requires the following steps:
- Implement the command in revit-mcp-commandset
- Register the command in revit-mcp-plugin
- Register the command description in revit-mcp
// to be added
// to be added
// to be added
// to be added
// to be added
// to be added
- Custom Command Development (to be added)
- Frequently Asked Questions (to be added)
- Issue Reporting