-
Notifications
You must be signed in to change notification settings - Fork 329
[FEL] MCP streamable HTTP server implemented with MCP SDK #344
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
Changes from 25 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
821b4c8
添加sdk写法相关类
relat-ivity e4f4006
接入Fit Http逻辑
relat-ivity 1ffc318
使用Choir响应流实现sse发送
relat-ivity 3be1b93
清除废弃文件
relat-ivity 0da5c43
request.headers().all()使用有bug
relat-ivity b1bf920
接入MCP SDK的streamable服务器
relat-ivity a97b99a
增加注释
relat-ivity 35b55a4
格式修正
relat-ivity 35f7e68
日志修正
relat-ivity 25125a1
更新MCP SDK版本0.14.0
relat-ivity 8f0b7e7
工具添加
relat-ivity 3773db9
fit工具链路添加
relat-ivity cc56e29
DefaultMcpServer
relat-ivity 7843661
DefaultMcpServerTest修改
relat-ivity 8ae3896
DefaultMcpServerTest修改
relat-ivity 4a65f2d
input schema判断逻辑修改
relat-ivity 65e0a0f
添加Server Bean
relat-ivity e6de1a5
修复Get结束Emitter不close的问题
relat-ivity 43eac7d
接口解耦
relat-ivity deb5e92
test变动
relat-ivity a954a5e
使用logback-classic提供给SLF4J
relat-ivity ca3555b
优化连接监控机制
relat-ivity 0af7a76
SLF4J依赖修正
relat-ivity 93cb619
Optimize imports
relat-ivity 7cc67f4
修正类名
relat-ivity 0252343
删除本地Tools保存
relat-ivity 8d85545
ServerSchema旧逻辑删除
relat-ivity b415e0d
根据0.14.1版本,ObjectMapper更新为McpJsonMapper
relat-ivity b9296cb
修改onToolAdded()抛出异常
relat-ivity d8e52be
格式化加onToolAdded()逻辑优化
relat-ivity d10b0aa
transport类文档
relat-ivity b019e62
修改md文档
relat-ivity 3fd19f5
更新MD文档
relat-ivity 99517c4
transportProvider优化
relat-ivity 22a4a30
更新README
relat-ivity 5f56153
修改transport类null返回值
relat-ivity d3760b8
修改transportProvider的handlePOST方法
relat-ivity 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
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
182 changes: 0 additions & 182 deletions
182
...ns/tool-mcp-server/src/main/java/modelengine/fel/tool/mcp/server/McpServerController.java
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
...plugins/tool-mcp-server/src/main/java/modelengine/fel/tool/mcp/server/MessageHandler.java
This file was deleted.
Oops, something went wrong.
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.