Skip to content

Commit 0d30569

Browse files
authored
Add icon for ejentum-mcp (#147)
* Add icon for ejentum-mcp * Address CI + review feedback: add composerIcon to vendored plugin.json, strip empty SVG paths
1 parent 5afc573 commit 0d30569

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

plugins.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
"description": "MCP server exposing reasoning, code, anti-deception, and memory harness tools for Codex.",
188188
"category": "Development & Workflow",
189189
"source": "awesome-codex-plugins",
190+
"icon": "./plugins/ejentum/ejentum-mcp/assets/ejentum-icon.svg",
190191
"install_url": "https://raw.githubusercontent.com/ejentum/ejentum-mcp/HEAD/.codex-plugin/plugin.json"
191192
},
192193
{

plugins/ejentum/ejentum-mcp/.codex-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"mcpServers": "../.mcp.json",
2424
"skills": "../skills",
2525
"interface": {
26+
"composerIcon": "./assets/ejentum-icon.svg",
2627
"displayName": "Ejentum Reasoning Harness",
2728
"shortDescription": "Reasoning Harness MCP tools (stdio or hosted HTTPS): cognitive operations engineered as natural-language procedure plus executable reasoning topology DAG",
2829
"longDescription": "Library of 679 cognitive operations across four harnesses (reasoning, code, anti-deception, memory), each operation engineered in two layers: a natural-language procedure (named failure pattern, steps, suppression vectors, falsification test) plus an executable reasoning topology (graph DAG with decision gates, parallel branches, and meta-cognitive exits where the model pauses to self-observe and re-enters). Reasoning spans six domains (abstraction, time, causality, simulation, spatial, metacognition); code covers the software-engineering layer; anti-deception spans six sub-layers (sycophancy, hallucination, deception, adversarial framing, judgment, executive control); memory covers the perception layer. The agent ingests both layers and writes from them. Two install paths: stdio (this plugin) via `npx -y ejentum-mcp` for Codex CLI subprocess mode, or hosted HTTPS at https://api.ejentum.com/mcp for HTTP-MCP clients (Bearer auth via EJENTUM_API_KEY). Free tier: 100 calls, no card.",
Lines changed: 27 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)