@codingame/monaco-vscode-rollup-vsix-plugin
Advanced tools
Comparing version
{ | ||
"name": "@codingame/monaco-vscode-rollup-vsix-plugin", | ||
"version": "17.2.1", | ||
"version": "18.0.0", | ||
"keywords": [], | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -550,2 +550,3 @@ import { FilterPattern } from '@rollup/pluginutils'; | ||
readonly label: string; | ||
readonly authorizationServerGlobs?: string[]; | ||
} | ||
@@ -1354,2 +1355,9 @@ interface IWalkthroughStep { | ||
} | ||
interface IToolSetContribution { | ||
name: string; | ||
referenceName: string; | ||
description: string; | ||
icon?: string; | ||
tools: string[]; | ||
} | ||
interface IMcpCollectionContribution { | ||
@@ -1467,2 +1475,4 @@ readonly id: string; | ||
readonly languageModelTools?: ReadonlyArray<IToolContribution>; | ||
readonly languageModelToolSets?: ReadonlyArray<IToolSetContribution>; | ||
readonly mcpServerDefinitionProviders?: ReadonlyArray<IMcpCollectionContribution>; | ||
readonly modelContextServerCollections?: ReadonlyArray<IMcpCollectionContribution>; | ||
@@ -1469,0 +1479,0 @@ /** |
309349
0.12%9174
0.11%