feat: migrate HTTP servers to use Express.js#12
Merged
Conversation
Susuperli
commented
Sep 13, 2025
Collaborator
- Replace raw Node.js HTTP servers with Express.js framework
- Add comprehensive Express server utility with CORS
- Refactor SSE and Streamable services to use Express routes
- Add proper TypeScript types for Express middleware
- Maintain full backward compatibility with existing MCP protocol
… improve maintainability - Remove complex request handling logic, switch to Express framework - Remove unnecessary cleanup functions and server factory - Simplify SSE and Streamable server implementations - Add CORS support - Optimize error handling and response format
- Remove unused utility classes: InMemoryEventStore, cleanupHelpers, getBody, httpServer, and shutdownManager - Keep utility classes that are still in use: zodToJsonSchema, renderMermaid, and logger
|
I tested this PR branch for integration with my LangChain app in docker compose. It works :) Fixes #10 |
- Add detailed steps for local development and global installation - Add startup methods for different transport protocols - Update access point information - Add new npm scripts in package.json
Owner
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.