Skip to content
Open
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",

@davida-jfrog davida-jfrog Aug 19, 2026

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did not bump the version here, matching what #11 did.

Should get bumped manually?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"version": "0.1.2",
"version": "0.1.3",

"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