fix: add MCP hints for objectList

This commit is contained in:
Scott Mo 2026-03-17 21:16:56 -05:00
parent 7b8e7da88d
commit 0dbb441897
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ Object pages require **three routes** to be created together:
- **keyPrefix**: 3-character identifier unique to each standard object (Account=001, Contact=003)
- **ObjectApiName**: Custom object API name including the "__c" suffix
Obtain object information from the `objectList` output:
Obtain object information from the `objectList` MCP output:
```json
[

View File

@ -144,7 +144,7 @@ Object pages require **three views**: Detail, List, and Related List. All share
| Standard (Account, Contact) | `keyPrefix` (3-char) | `detail-001`, `list-001`, `relatedlist-001` |
| Custom (Test_Object__c) | API name with `__c` | `detail-Test_Object__c`, `list-Test_Object__c` |
Obtain object information from the `objectList` output from `sfdc_cms__route`:
Obtain object information from the `objectList` MCP output from `sfdc_cms__route`:
```json
[