/
gkat
/
gitverse-codex-plugin
Обзор
Документация
Войти
/
gkat
/
gitverse-codex-plugin
Код
Запросы
0
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
.codex-plugin/plugin.json
37 строк
1 KB
gkat
Register repository listing as standalone MCP server
29 июл 2026, 15:31
29 июл 2026, 15:31
8aee95b
Код
Авторство
О чём код?
{ "name": "gitverse-codex-plugin", "version": "0.4.0", "description": "Use GitVerse repositories, merge requests, releases, and CI/CD from Codex.", "author": { "name": "gkat", "email": "v@konakov.tv", "url": "https://gitverse.ru/gkat" }, "homepage": "https://gitverse.ru/gkat/gitverse-codex-plugin", "repository": "https://gitverse.ru/gkat/gitverse-codex-plugin", "license": "MIT", "keywords": [ "gitverse", "git", "mcp", "codex" ], "skills": "./skills/", "interface": { "displayName": "GitVerse", "shortDescription": "Work with GitVerse repositories from Codex.", "longDescription": "Connects Codex to the official GitVerse MCP service with secure authentication on macOS, Linux, and Windows.", "developerName": "gkat", "category": "Developer Tools", "capabilities": [ "Read", "Write" ], "defaultPrompt": [ "Show my GitVerse repositories.", "Review open merge requests in GitVerse.", "Show failed GitVerse CI/CD jobs." ] }, "mcpServers": "./.mcp.json" }