Skip to content

Fix MCP streamable-HTTP handshake + SSE parsing; share target engram … #3

Fix MCP streamable-HTTP handshake + SSE parsing; share target engram …

Fix MCP streamable-HTTP handshake + SSE parsing; share target engram … #3

Workflow file for this run

name: Release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build:prod
- name: Create GitHub release
uses: softprops/action-gh-release@v2
with:
files: |
main.js
manifest.json
styles.css