diff --git a/.changeset/bold-pigs-jog.md b/.changeset/bold-pigs-jog.md new file mode 100644 index 0000000..ae0a6f6 --- /dev/null +++ b/.changeset/bold-pigs-jog.md @@ -0,0 +1,5 @@ +--- +"google-workspace-developer-tools": patch +--- + +Fix contributes.mcpServerDefinitionProviders for MCP server. diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index a218b7e..383ce6a 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -40,7 +40,13 @@ "type": "module", "main": "./out/extension.cjs", "contributes": { - "commands": [] + "commands": [], + "mcpServerDefinitionProviders": [ + { + "id": "google-workspace-developer", + "label": "Google Workspace Developer Tools" + } + ] }, "activationEvents": [ "onStartupFinished"