modelcontextprotocol / modelcontextprotocol/java-sdk
Server should handle paginated requests
未关闭
还没有人认领这个 Issue。
area/server
enhancement
P3
- 主要语言
- Java
- 星标
- 3.7k
- 派生
- 1.1k
- 平均合并
- 1 天 15 小时
- 30 天内合并 PR
- 9
描述
Expected Behavior
The server should handle paginated requests per specification.
Current Behavior
Currently, the whole list is returned on list requests.
Context
When a server contains big lists of tools, prompts, etc. the requests may put too much load on the server or take too long.
The code has TODOs at some of the affected places.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读链接的服务器规范,并在服务器代码中找到处理列表请求的 TODOs。跟踪工具、提示和其他服务器能力列表的返回方式,然后验证大型列表是否遵循规范中的分页行为,不再一次性返回整个集合。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- api, backend
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 52/100