openmcp-client/package.json

42 lines
965 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"
}
]
}
},
"dependencies": {
},
"devDependencies": {
"@types/markdown-it": "^14.1.2"
}
}