verify_d365fo_project
Checks that D365FO objects exist at the correct AOT path and are referenced in the .rnrproj project. Verifies an entire project or specific objects.
Instructions
Verify that D365FO objects exist on disk at the correct AOT path and are referenced in the .rnrproj project file. Use instead of PowerShell to check d365fo_file(action="create") results. Omit objects to verify the ENTIRE project: every object referenced in the .rnrproj is checked on disk (requires projectPath, or an auto-detected/configured project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | No | List of objects to verify. OPTIONAL — omit to verify every object referenced in the project (.rnrproj). | |
| modelName | No | Model name. Auto-detected from mcp.json if omitted. | |
| packageName | No | Package name. Auto-resolved from model name if omitted. | |
| packagePath | No | Base package path (default: auto-detected PackagesLocalDirectory) | |
| projectPath | No | Absolute path to the .rnrproj file. Required for project-reference check. |