feat: support http transport - #1
Merged
Merged
Conversation
cdcabrera
force-pushed
the
20251021-http
branch
from
October 23, 2025 18:34
5845924 to
a38221e
Compare
jenny-s51
pushed a commit
to jenny-s51/patternfly-mcp
that referenced
this pull request
Oct 24, 2025
* Rename PF documentation directory * Update to latest from patternfly-ai-coding * Add more chart color info
cdcabrera-test
force-pushed
the
20251021-http
branch
from
November 13, 2025 20:10
a38221e to
e21cf77
Compare
cdcabrera
force-pushed
the
20251021-http
branch
2 times, most recently
from
November 17, 2025 21:32
7150411 to
e356800
Compare
cdcabrera
marked this pull request as ready for review
November 17, 2025 21:35
cdcabrera
force-pushed
the
20251021-http
branch
3 times, most recently
from
November 19, 2025 03:00
6ae96bc to
4ceb97d
Compare
cdcabrera
force-pushed
the
20251021-http
branch
from
November 24, 2025 04:38
4ceb97d to
4d67ce7
Compare
This was referenced Nov 27, 2025
Closed
Member
Author
|
Parallel branch for in-progress work, https://github.com/cdcabrera/patternfly-mcp/tree/20251201-http Aiming for closing e2e tests out today |
cdcabrera
force-pushed
the
20251021-http
branch
4 times, most recently
from
December 3, 2025 21:15
2ec2b87 to
1028284
Compare
This was referenced Dec 4, 2025
cdcabrera
force-pushed
the
20251021-http
branch
from
December 4, 2025 20:32
1028284 to
4c6d06a
Compare
* docs, breakout new options for http support * build, use the pid-port package, convenience for ports already in use * cli, move to using mode, prep for future * index, refactor towards using session context and memo for server instances * logger, move to session, handler clean up * options, isolate unique identifiers to session, channelName, sessionID * options.defaults, expand typings for http, move from DefaultSession to Session * options, parse http args * server.http, base http transport, route filtering, existing port/process checks * server.logger, session setup, allow onLog listeners, clean up for handlers * server, memoize server instance, expose onLog listener * tests, expand unit and e2e checks for http
cdcabrera
force-pushed
the
20251021-http
branch
from
December 4, 2025 20:42
4c6d06a to
62c4f49
Compare
Merged
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.
What is it?
Notes
stdioandhttphttpoptions for both cli and programmatic usagekillExistingflag if set, should kill an existing process running on if the following conditions are met:the same portANDis the PF MCP. this is a convenience setting discovered during code auditIf a process is found but it's not the same MCP server (doesn't match both 'dist/index.js' and '--http'), it throws an error instead of killing it. This prevents killing unrelated processes.