ideon mcp serve
What This Command Does
ideon mcp serve starts Ideon's MCP server over stdio so an MCP client can call Ideon tools.
Usage
ideon mcp serve
Transport and Scope
- Transport: stdio
- Intended use: local process-spawned MCP clients
- Integration scope: CLI/MCP runtimes
- Not supported: Cursor or VS Code integration profiles in Ideon runtime management
Available Tools
ideon_writeideon_write_resumeideon_deleteideon_config_getideon_config_set
Output and Exit Codes
| Exit code | Meaning |
|---|---|
0 | Server exited cleanly. |
1 | Server failed to start or encountered a runtime error. |
130 | Command interrupted by Ctrl+C. |
Related Commands
Versioning and Deprecation Notes
- Current behavior applies to Ideon
0.1.6. - Tool contracts are validated by the integration sync check.