MCP servers
Declared in a file that clients do not read
This package ships a
.mcp.json. Agent Plugins reads MCP configuration from mcp.json, so a client installing this plugin finds no servers. The directory does not read the file either, and shows nothing from it.What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "kgg-plugin",
"version": "0.1.0",
"description": "KGG shared agent workflow and bounded UI-Lab candidate",
"author": {
"name": "KGG",
"url": "https://github.com/Kayus24/kgg"
},
"repository": "https://github.com/Kayus24/kgg",
"keywords": ["kgg", "ui-lab", "safety", "provenance"],
"extensions": {
"com.openai": {
"interface": {
"displayName": "KGG Plugin Candidate",
"shortDescription": "Run KGG workflows with shared safety gates.",
"longDescription": "A bounded Skills package for the KGG Custom GPT, ChatGPT and Codex comparison surfaces.",
"developerName": "KGG",
"category": "Productivity",
"capabilities": ["Read"],
"defaultPrompt": [
"Route this small KGG ticket through the shared test loop and report evidence before suggesting a change."
]
}
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai