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 4afa2c2 commit 9ccb2afCopy full SHA for 9ccb2af
.github/workflows/publish-npm.yml
@@ -39,3 +39,6 @@ jobs:
39
yarn tsn scripts/publish-packages.ts "{ \"paths_released\": \"$PATHS_RELEASED\" }"
40
env:
41
NPM_TOKEN: ${{ secrets.ISAACUS_NPM_TOKEN || secrets.NPM_TOKEN }}
42
+
43
+ - name: Upload MCP Server DXT GitHub release asset
44
+ run: gh release upload packages/mcp-server/isaacus_api.dxt
0 commit comments