Skip to content
Closed
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
18 changes: 12 additions & 6 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
{
"name": "jfrog",
"version": "0.1.2",
"description": "JFrog skills and the JFrog MCP server for Codex \u2014 interact with the JFrog Platform.",
"description": "The official JFrog agent plugin: skills, MCP server, Agent Guard, and Agent Package Resolution that connect the JFrog Platform to Codex. Centrally deployed via Artifactory with enterprise-grade security, governance, and local audit logging.",
"author": {
"name": "JFrog",
"email": "michaelto@jfrog.com"
"name": "JFrog"
},
"license": "Apache-2.0",
"repository": "https://github.com/jfrog/codex-plugin",
"keywords": [
"jfrog",
"artifactory",
"xray",
"security",
"mcp",
"agent-guard",
"ai-catalog",
"supply-chain",
"devops",
"artifacts",
"codex",
"plugin",
"skills",
"mcp"
"skills"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "JFrog",
"shortDescription": "JFrog Platform skills for Codex",
"shortDescription": "JFrog Platform access, agent governance, and package curation for Codex",
"category": "DevOps"
}
}
Loading