36 lines
867 B
JSON
36 lines
867 B
JSON
{
|
|
"name": "openmcp",
|
|
"displayName": "openmcp",
|
|
"description": "A MCP Client for MCP/OpenMCP",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"vscode": "^1.98.0"
|
|
},
|
|
"categories": [
|
|
"Other"
|
|
],
|
|
"activationEvents": [
|
|
],
|
|
"main": "./dist/extension.js",
|
|
"contributes": {
|
|
"viewsContainers": {
|
|
"activitybar": [
|
|
{
|
|
"id": "openmcp-sidebar",
|
|
"title": "OpenMCP",
|
|
"icon": "./icons/protocol.svg"
|
|
}
|
|
]
|
|
},
|
|
"views": {
|
|
"openmcp-sidebar": [
|
|
{
|
|
"id": "webview-sidebar.view",
|
|
"icon": "./icons/protocol.svg",
|
|
"name": "chatbot",
|
|
"type": "webview"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |