-
Notifications
You must be signed in to change notification settings - Fork 140
Feat/http mode #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Feat/http mode #88
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
33d0191
feat: upgrade all servers to FastMCP 2.0 with HTTP transport support
rfrneo4j 3a430ea
Merge main into feat/http-mode: resolve conflicts and maintain FastMC…
rfrneo4j c2a1233
Fix HTTP transport tests to handle FastMCP 2.0 SSE responses
rfrneo4j 4cb4cac
Fix test.sh scripts to run all tests instead of specific files
rfrneo4j 9e619f2
Fix linting errors in data-modeling HTTP transport tests
rfrneo4j d94f3bc
Fix CI issues: add missing aiohttp dependency and fix test expectations
rfrneo4j 6380d51
Fix: safer record access and update_instance logic; improve logging a…
rfrneo4j 62332d5
Fix HTTP transport tests to expect raw data format instead of TextRes…
rfrneo4j 1dbe125
Update HTTP transport integration tests
rfrneo4j 20b249e
reorg cypher tests, update changelog, update cli and env args
a-s-g93 2ad4178
Merge branch 'main' into feat/http-mode
a-s-g93 5b2d814
merge main into branch, update cypher tool returns
a-s-g93 e156fc2
update IT, changelog, cli and env args
a-s-g93 6d359e5
fix search_node method, update IT, fix cli and env args
a-s-g93 977180c
update aura manager tests , cli and env args
a-s-g93 04dda0d
update changelogs, implement new ToolResult and ToolError classes in …
a-s-g93 8a2ed44
update env variables in READMEs
a-s-g93 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Next | ||
|
||
### Fixed | ||
|
||
### Changed | ||
* Migrate to FastMCP v2.x | ||
|
||
### Added | ||
* Add HTTP transport option | ||
|
||
## v0.2.2 | ||
... |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
install-dev: | ||
uv sync | ||
|
||
test-unit: | ||
uv run pytest tests/unit/ -v | ||
|
||
test-integration: | ||
uv run pytest tests/integration/ -v | ||
|
||
test-http: | ||
uv run pytest tests/integration/test_http_transport.py -v | ||
|
||
test-all: | ||
uv run pytest tests/ -v | ||
|
||
all: install-dev test-all |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.