Skip to content

Commit af40257

Browse files
authored
fix: add mcpServerDefinitionProviders to contributes for MCP server (#33)
1 parent c7f4da7 commit af40257

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.changeset/bold-pigs-jog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@
4040
"type": "module",
4141
"main": "./out/extension.cjs",
4242
"contributes": {
43-
"commands": []
43+
"commands": [],
44+
"mcpServerDefinitionProviders": [
45+
{
46+
"id": "google-workspace-developer",
47+
"label": "Google Workspace Developer Tools"
48+
}
49+
]
4450
},
4551
"activationEvents": [
4652
"onStartupFinished"

0 commit comments

Comments
 (0)