We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199effa commit 1659368Copy full SHA for 1659368
1 file changed
README.md
@@ -40,21 +40,6 @@ Each plugin directory should include:
40
3. `package.json` (if the target agent supports package-based install)
41
4. Release automation (GitHub Actions workflow + documented version/tag convention)
42
43
-## Shared MCP runtime
44
-
45
-Claude and Codex now share one MCP runtime source at `common/mcp/glance-mcp.js`.
46
47
-To keep standalone npm packages working, package-local copies are synced to:
48
49
-- `claude/common/mcp/glance-mcp.js`
50
-- `codex/common/mcp/glance-mcp.js`
51
52
-If you change the shared runtime, run:
53
54
-```bash
55
-npm run sync:mcp-common
56
-```
57
58
## Adding a new plugin
59
60
Create a directory for your agent (e.g. `cursor/`, `cline/`) with the files above and open a PR.
0 commit comments