Skip to content

Commit 21ed9c9

Browse files
Remove description
1 parent 05f5d9d commit 21ed9c9

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

apps/package-json/src/contributes/contributes-mcp.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ export function ProcessMCP(packageJSON: IPackageJSON, nls: IPackageNLS) {
1717
{
1818
id: EXTENSION_FULL_NAME,
1919
label: IDL_TRANSLATION.packageJSON.displayName,
20-
description:
21-
'Provides MCP tools for IDL code analysis, documentation, and ENVI integration',
2220
},
2321
];
2422
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,8 +1477,7 @@
14771477
"mcpServerDefinitionProviders": [
14781478
{
14791479
"id": "idl.idl-for-vscode",
1480-
"label": "IDL for VSCode",
1481-
"description": "Provides MCP tools for IDL code analysis, documentation, and ENVI integration"
1480+
"label": "IDL for VSCode"
14821481
}
14831482
],
14841483
"menus": {

0 commit comments

Comments
 (0)