fix(plugin/codex): use native OpenViking MCP#2021
Closed
ZaynJarvis wants to merge 1 commit into
Closed
Conversation
PR Code Suggestions ✨No code suggestions found for the PR. |
Collaborator
Author
|
Closing per maintainer request; the current main branch already covers part of this area, and I am cleaning/reinstalling the Codex plugin from main instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n- remove the Codex plugin's private 4-tool stdio MCP helper and related TypeScript/runtime bootstrap files\n- keep lifecycle hooks as the plugin surface, and have the installer optionally register Codex's native HTTP MCP transport against OpenViking server /mcp\n- document hooks-only installs, native MCP enable/disable behavior, and update English/Chinese Codex integration docs\n\n## Verification\n- bash -n examples/codex-memory-plugin/setup-helper/install.sh\n- node --check examples/codex-memory-plugin/scripts/*.mjs\n- JSON parse: examples/codex-memory-plugin/.codex-plugin/plugin.json and package.json\n- git diff --check\n- installer enable smoke: OPENVIKING_CODEX_ENABLE_MCP=1 wrote mcp_servers.openviking, and codex mcp get parsed streamable_http /mcp config\n- installer disable smoke: OPENVIKING_CODEX_ENABLE_MCP=0 removed mcp_servers.openviking and codex mcp list showed no MCP servers\n- direct native /mcp smoke against ov-dev: listed 9 tools and exercised health/search/store/read/list/grep/glob