Skip to content

Commit 77edecb

Browse files
committed
chore: fix workflows after rename
1 parent 46670b6 commit 77edecb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
build:
1919
uses: CodingWithCalvin/.github/.github/workflows/vsix-build.yml@main
2020
with:
21-
extension-name: VSMCP
21+
extension-name: MCPServer
2222
secrets: inherit

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
publish:
1212
uses: CodingWithCalvin/.github/.github/workflows/vsix-publish.yml@main
1313
with:
14-
extension-name: VSMCP
15-
display-name: 'VS MCP Server'
16-
marketplace-id: CodingWithCalvin.VS-VSMCP
14+
extension-name: MCPServer
15+
display-name: 'MCP Server'
16+
marketplace-id: CodingWithCalvin.VS-MCPServer
1717
description: 'Visual Studio extension that exposes VS features as an MCP server for AI assistants'
1818
hashtags: ''
1919
secrets: inherit

0 commit comments

Comments
 (0)