Commit 14dbf9c
docs(ai): connect-mcp —
The exposure rules and the troubleshooting table listed `url` / `modal` /
`form` as the types that never reach `list_actions`, omitting `api`.
isHeadlessInvokableAction only admits `script` (with target or body) and
`flow` (with an automation service) — everything else, `api` included,
returns false in the open framework. (`api` dispatch exists only in the
ObjectOS runtime bridge, which actions-as-tools.mdx already scopes
correctly.)
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>api actions have no headless dispatch either (#3128)1 parent 1376c5f commit 14dbf9c
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| |||
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
151 | | - | |
| 153 | + | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
| |||
0 commit comments