mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 16:04:41 +08:00
fix: add MCP hints for objectList
This commit is contained in:
parent
7b8e7da88d
commit
0dbb441897
@ -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
|
||||
[
|
||||
|
||||
@ -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
|
||||
[
|
||||
|
||||
Loading…
Reference in New Issue
Block a user