Skip to content

Commit 0695165

Browse files
cameroncookeclaude
andcommitted
ci: Remove stale Smithery check from CI workflow
Remove the CI step that runs the deleted verify:smithery-bundle script\nand rename the build step label to match current packaging flow.\n\nInclude the .gitignore update with this CI cleanup to keep the branch\nstate consistent. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b6e8586 commit 0695165

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,12 @@ jobs:
2929
- name: Bundle AXe artifacts
3030
run: npm run bundle:axe
3131

32-
- name: Build (Smithery)
32+
- name: Build
3333
run: npm run build
3434

3535
- name: Validate docs CLI command references
3636
run: npm run docs:check
3737

38-
- name: Verify Smithery bundle
39-
run: npm run verify:smithery-bundle
40-
4138
- name: Lint
4239
run: npm run lint
4340

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ buildServer.json
100100

101101
# Bundled AXe artifacts (generated during build)
102102
bundled/
103-
.smithery/
104103

105104
/.mcpregistry_github_token
106105
/.mcpregistry_registry_token

0 commit comments

Comments
 (0)