Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Hooks:
- `.codex/hooks/stop.py`

MCP:
- `.codex/mcp/server.py`
- registered with Codex as `ix-memory`, served by the Ix CLI (`ix mcp`) — no file is installed

### Home-local install

Expand All @@ -172,7 +172,6 @@ This writes:
- `~/.codex/config.toml`
- `~/.codex/hooks.json`
- `~/.codex/hooks/*.py`
- `~/.codex/mcp/server.py`

### Repo-local install

Expand All @@ -186,7 +185,6 @@ This writes:
- `/path/to/project/.codex/config.toml`
- `/path/to/project/.codex/hooks.json`
- `/path/to/project/.codex/hooks/*.py`
- `/path/to/project/.codex/mcp/server.py`

### Symlink mode for local development

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Examples:
Flags:
--plugin Copy/register the ix-memory Codex plugin in a local marketplace
--hooks Install the .codex hook bundle (session, prompt, pre/post tool, stop)
--mcp Install the ix-memory MCP server and print the codex mcp add command
--mcp Register the Ix CLI's MCP server (`ix mcp`) with Codex

Notes:
- If none of --plugin, --hooks, or --mcp is passed, the installer defaults to
Expand Down
236 changes: 0 additions & 236 deletions mcp/ix_llm.py

This file was deleted.

Loading