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": "local-grep",
"version": "0.1.1",
"description": "通过个人 Secure MCP Tunnel 检索本地授权目录的文件原文",
"author": { "name": "Local Grep" },
"keywords": ["local", "grep", "code", "mcp"],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Local Grep",
"shortDescription": "按需搜索与读取本地代码和文档原文",
"longDescription": "通过个人隧道连接本地只读检索服务,提供原文、路径、行号和版本。每位用户独立授权与绑定。",
"developerName": "Local Grep",
"category": "Productivity",
"capabilities": ["Read"],
"brandColor": "#245C57",
"composerIcon": "./assets/icon.svg",
"logo": "./assets/icon.svg",
"defaultPrompt": ["搜索本地项目中的相关实现,并根据原文和设计文档给出分析。"]
}
}
}
}
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