We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f4da7 commit af40257Copy full SHA for af40257
.changeset/bold-pigs-jog.md
@@ -0,0 +1,5 @@
1
+---
2
+"google-workspace-developer-tools": patch
3
4
+
5
+Fix contributes.mcpServerDefinitionProviders for MCP server.
packages/vscode-extension/package.json
@@ -40,7 +40,13 @@
40
"type": "module",
41
"main": "./out/extension.cjs",
42
"contributes": {
43
- "commands": []
+ "commands": [],
44
+ "mcpServerDefinitionProviders": [
45
+ {
46
+ "id": "google-workspace-developer",
47
+ "label": "Google Workspace Developer Tools"
48
+ }
49
+ ]
50
},
51
"activationEvents": [
52
"onStartupFinished"
0 commit comments