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
8 changes: 0 additions & 8 deletions plugins/omo/.mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
"context7": {
"url": "https://mcp.context7.com/mcp"
},
"git_bash": {
"command": "node",
"args": [
"./components/git-bash-mcp/dist/cli.js",
"mcp"
],
"cwd": "."
},
"lsp": {
"command": "node",
"args": [
Expand Down
3 changes: 2 additions & 1 deletion plugins/omo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Internally each component remains isolated under `components/`:

- `components/comment-checker`
- `components/ast-grep-mcp`
- `components/rules`
- `components/lsp`
- `components/git-bash`
Expand All @@ -13,7 +14,7 @@ Internally each component remains isolated under `components/`:
- `components/ulw-loop`
- `components/telemetry`

The root plugin manifest exports one Codex plugin named `omo`, with aggregate hooks, skills, and plugin-scoped MCP servers for `ast_grep`, `grep_app`, `context7`, `git_bash`, and `lsp`.
The root plugin manifest exports one Codex plugin named `omo`, with aggregate hooks, skills, and plugin-scoped MCP servers for `ast_grep`, `grep_app`, `context7`, and `lsp`.

## Telemetry

Expand Down
Loading