Skip to content

docs: note hosted Remote MCP server is now stateless (Streamable HTTP) #368

docs: note hosted Remote MCP server is now stateless (Streamable HTTP)

docs: note hosted Remote MCP server is now stateless (Streamable HTTP) #368

Workflow file for this run

name: Browserstack MCP CI
on:
pull_request_review:
types: [submitted]
permissions:
contents: read
jobs:
test:
if: github.event.pull_request.base.ref == 'main' && github.event.review.state == 'approved'
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test