Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3a8c0fdb19
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "modular-kingdom": { | ||
| "command": "uv", | ||
| "args": ["run", "python", | ||
| "-m", "src.host"], |
There was a problem hiding this comment.
Use an importable host module in launch snippets
The presentation's launch commands use python -m src.host, but this repo has no src/host.py module (python -m src.host fails with No module named src.host). Anyone following the MCP config or install slides will be unable to start the server until they discover the correct entrypoint (e.g. src/agent/host.py), so these snippets are currently non-functional.
Useful? React with 👍 / 👎.
No description provided.