-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] Update semantic state and log analysis tools for MCP server #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -241,6 +241,8 @@ claude mcp get pm2-mcp | |
| ``` | ||
|
|
||
| #### Codex (stdio) | ||
| [Codex](https://developers.openai.com/codex/mcp) is OpenAI's CLI tool for AI-assisted development with MCP support. | ||
|
||
|
|
||
| ```bash | ||
| # Add pm2-mcp to Codex | ||
| codex mcp add pm2-mcp -- pm2-mcp | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The URL https://developers.openai.com/codex/mcp and the claim that "Codex is OpenAI's CLI tool" appear to be incorrect. OpenAI's Codex was a code generation model (now deprecated and superseded by GPT-3.5/GPT-4), not a CLI tool. This looks like it might be confused with a different tool. The URL and description should be verified and corrected to accurately describe what Codex actually is in this context.