Commit c6cff22
docs: fix inaccurate MCP standalone target guidance in create workflow prompt (#520)
The note in Step 8 incorrectly stated that only containerized MCPs (with
`container:`) work in the standalone target. In fact, both containerized
MCPs and remote HTTP MCPs (with `url:`) are fully supported in standalone.
The generate_mcpg_config function in src/compile/common.rs handles both
transports via build_stdio_mcpg_server and build_http_mcpg_server, and
both standalone.rs and onees.rs call the same function.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 369d0f0 commit c6cff22
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments