feat: add HTTP transport mode support with streamable sessions#28
Merged
Seungwoo321 merged 4 commits intomainfrom Mar 15, 2026
Merged
feat: add HTTP transport mode support with streamable sessions#28Seungwoo321 merged 4 commits intomainfrom
Seungwoo321 merged 4 commits intomainfrom
Conversation
pnpm 버전을 10.11.0으로 고정하고 frozen-lockfile 옵션을 추가했습니다. main 브랜치 배포 시 [skip ci] 커밋 메시지가 있으면 배포를 건너뛰도록 조건을 추가했습니다.
MCP 서버에 HTTP 전송 모드를 추가했습니다. --http 플래그로 실행 시 streamable HTTP를 통해 MCP 프로토콜을 제공합니다. stdio 모드는 기본값으로 유지됩니다.
Add HTTP transport mode support for MCP server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--http플래그 또는WIREWEAVE_TRANSPORT=http환경 변수로 활성화Changes
/mcp엔드포인트,/health헬스체크)WIREWEAVE_MCP_PORT(기본 3305),WIREWEAVE_MCP_HOST(기본 127.0.0.1),WIREWEAVE_MCP_MAX_SESSIONS(기본 10)[skip ci]조건 추가,--frozen-lockfile적용start:http스크립트 추가Test Plan
pnpm start)pnpm start:http)/health엔드포인트 응답 확인[skip ci]커밋 메시지로 배포 스킵 확인