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 46670b6 commit 77edecbCopy full SHA for 77edecb
2 files changed
.github/workflows/build.yml
@@ -18,5 +18,5 @@ jobs:
18
build:
19
uses: CodingWithCalvin/.github/.github/workflows/vsix-build.yml@main
20
with:
21
- extension-name: VSMCP
+ extension-name: MCPServer
22
secrets: inherit
.github/workflows/publish.yml
@@ -11,9 +11,9 @@ jobs:
11
publish:
12
uses: CodingWithCalvin/.github/.github/workflows/vsix-publish.yml@main
13
14
15
- display-name: 'VS MCP Server'
16
- marketplace-id: CodingWithCalvin.VS-VSMCP
+ display-name: 'MCP Server'
+ marketplace-id: CodingWithCalvin.VS-MCPServer
17
description: 'Visual Studio extension that exposes VS features as an MCP server for AI assistants'
hashtags: ''
0 commit comments