René's URL Explorer Experiment


Title: feat(server): tool call support context by taobaorun · Pull Request #172 · modelcontextprotocol/java-sdk · GitHub

Open Graph Title: feat(server): tool call support context by taobaorun · Pull Request #172 · modelcontextprotocol/java-sdk

X Title: feat(server): tool call support context by taobaorun · Pull Request #172 · modelcontextprotocol/java-sdk

Description: Motivation and Context Current call tool flow can't get some information about the request.for example the header value handle with context (map) context has the current original request. e.g. ServerRequest has the current sessionId if has the context,the tool method can get more information. @Tool(description = "Get the current date and time in the user's timezone") String getCurrentDateTime(@ToolParam(required = false) ToolContext context) { context.getContext().get("sessionId") return LocalDateTime.now().atZone(LocaleContextHolder.getTimeZone().toZoneId()).toString(); } public class RequestContext { /** * the original request object */ private Object request; private final Map context; public RequestContext(Map context) { this.context = Collections.unmodifiableMap(context); } public Map getContext() { return context; } public Object getRequest() { return request; } public void setRequest(Object request) { this.request = request; } } How Has This Been Tested? Worked in the real application Breaking Changes SyncToolSpecification AsyncToolSpecification definition with the context the request record wrapper the params and context /** * @param params the parameters of the request. * @param context the request context */ public record McpRequest(Object params, RequestContext context) { } //before new McpServerFeatures.SyncToolSpecification(tool, (exchange, params) -> { ... }); //after new McpServerFeatures.SyncToolSpecification(tool, (exchange, request) -> { ... }); Types of changes Bug fix (non-breaking change which fixes an issue) New feature (non-breaking change which adds functionality) Breaking change (fix or feature that would cause existing functionality to change) Documentation update Checklist I have read the MCP Documentation My code follows the repository's style guidelines New and existing tests pass locally I have added appropriate error handling I have added or updated documentation as needed Additional context

Open Graph Description: Motivation and Context Current call tool flow can't get some information about the request.for example the header value handle with context (map) context has the current original request. e....

X Description: Motivation and Context Current call tool flow can't get some information about the request.for example the header value handle with context (map) context has the current original request...

Opengraph URL: https://github.com/modelcontextprotocol/java-sdk/pull/172

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:d5649d96-d5c8-623a-c1d6-dbea21d53cd7
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8D2C:15BE83:1C7EDC:26E52C:6A5A5A81
html-safe-nonce8d10fca1386399e706366db493a13057eda3abe80386202fd2f305abadf30926
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RDJDOjE1QkU4MzoxQzdFREM6MjZFNTJDOjZBNUE1QTgxIiwidmlzaXRvcl9pZCI6IjU3MDgxNDQ3NzY2NDM3NjI4MTciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac8513c821d9af3819905a4d56cf7c33d7e53d2038420e7014912aa574863faee5
hovercard-subject-tagpull_request:2466666527
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/modelcontextprotocol/java-sdk/pull/172/files
twitter:imagehttps://avatars.githubusercontent.com/u/2045309?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/2045309?s=400&v=4
og:image:altMotivation and Context Current call tool flow can't get some information about the request.for example the header value handle with context (map) context has the current original request. e....
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None05b9ddf6a47d2dbe13944873a99f5fb4b83ba4871f9cb8a8e256793a63ca9687
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/modelcontextprotocol/java-sdk git https://github.com/modelcontextprotocol/java-sdk.git
octolytics-dimension-user_id182288589
octolytics-dimension-user_loginmodelcontextprotocol
octolytics-dimension-repository_id919609219
octolytics-dimension-repository_nwomodelcontextprotocol/java-sdk
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id919609219
octolytics-dimension-repository_network_root_nwomodelcontextprotocol/java-sdk
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef8d29d1bd03dda2dd14b3f80b8bc27e1111f43bd
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/java-sdk/pull/172/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fjava-sdk%2Fpull%2F172%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fjava-sdk%2Fpull%2F172%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=modelcontextprotocol%2Fjava-sdk
Reloadhttps://github.com/modelcontextprotocol/java-sdk/pull/172/files
Reloadhttps://github.com/modelcontextprotocol/java-sdk/pull/172/files
Reloadhttps://github.com/modelcontextprotocol/java-sdk/pull/172/files
Please reload this pagehttps://github.com/modelcontextprotocol/java-sdk/pull/172/files
modelcontextprotocol https://github.com/modelcontextprotocol
java-sdkhttps://github.com/modelcontextprotocol/java-sdk
Notifications https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fjava-sdk
Fork 978 https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fjava-sdk
Star 3.6k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fjava-sdk
Code https://github.com/modelcontextprotocol/java-sdk
Issues 132 https://github.com/modelcontextprotocol/java-sdk/issues
Pull requests 147 https://github.com/modelcontextprotocol/java-sdk/pulls
Discussions https://github.com/modelcontextprotocol/java-sdk/discussions
Actions https://github.com/modelcontextprotocol/java-sdk/actions
Projects https://github.com/modelcontextprotocol/java-sdk/projects
Models https://github.com/modelcontextprotocol/java-sdk/models
Security and quality 2 https://github.com/modelcontextprotocol/java-sdk/security
Insights https://github.com/modelcontextprotocol/java-sdk/pulse
Code https://github.com/modelcontextprotocol/java-sdk
Issues https://github.com/modelcontextprotocol/java-sdk/issues
Pull requests https://github.com/modelcontextprotocol/java-sdk/pulls
Discussions https://github.com/modelcontextprotocol/java-sdk/discussions
Actions https://github.com/modelcontextprotocol/java-sdk/actions
Projects https://github.com/modelcontextprotocol/java-sdk/projects
Models https://github.com/modelcontextprotocol/java-sdk/models
Security and quality https://github.com/modelcontextprotocol/java-sdk/security
Insights https://github.com/modelcontextprotocol/java-sdk/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmodelcontextprotocol%2Fjava-sdk%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmodelcontextprotocol%2Fjava-sdk%2Fissues%2Fnew%2Fchoose
taobaorunhttps://github.com/taobaorun
modelcontextprotocol:mainhttps://github.com/modelcontextprotocol/java-sdk/tree/main
taobaorun:feature/feature_call_tool_contexthttps://github.com/taobaorun/java-sdk/tree/feature/feature_call_tool_context
Conversation 5 https://github.com/modelcontextprotocol/java-sdk/pull/172
Commits 2 https://github.com/modelcontextprotocol/java-sdk/pull/172/commits
Checks 0 https://github.com/modelcontextprotocol/java-sdk/pull/172/checks
Files changed https://github.com/modelcontextprotocol/java-sdk/pull/172/files
Please reload this pagehttps://github.com/modelcontextprotocol/java-sdk/pull/172/files
feat(server): tool call support context https://github.com/modelcontextprotocol/java-sdk/pull/172/files#top
Show all changes 2 commits https://github.com/modelcontextprotocol/java-sdk/pull/172/files
a5c07ab tool call support context taobaorun Apr 17, 2025 https://github.com/modelcontextprotocol/java-sdk/pull/172/commits/a5c07ab67e1772b7197eaf1abf4ea911b163ef67
a8e69a0 remove TriFunction.Add McpRequest record encapsulate the params and c… taobaorun Apr 18, 2025 https://github.com/modelcontextprotocol/java-sdk/pull/172/commits/a8e69a03033c912a253a28336ca80f7e36b06918
Clear filters https://github.com/modelcontextprotocol/java-sdk/pull/172/files
Please reload this pagehttps://github.com/modelcontextprotocol/java-sdk/pull/172/files
Please reload this pagehttps://github.com/modelcontextprotocol/java-sdk/pull/172/files
WebFluxSseServerTransportProvider.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-820976f36b8ef28ad7d1e4598f1902b707046424e76bd4527f418651ffa53016
WebFluxSseIntegrationTests.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-81ae74b25b8677e73b1cab94ce48a2acf550b8e297bbb02adc7d866889de2dbc
WebMvcSseServerTransportProvider.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-c5e3922b54c650a6bbaf01616e21aa151ef1f8b184f89e06482e410d208aad11
AbstractMcpAsyncServerTests.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-46e273514df1ee6f2ad31bcc4211e3fd74bb108fd690a8019bdc8cb39708e5ce
AbstractMcpSyncServerTests.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-249586dc3b013e820eee2d23089392fa54b42de5f0ba63ef493dc2a82c2adb94
McpAsyncServer.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
McpServer.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-130e739883b37f0ee3d1a99451a1ee983740b2783aa3a88ae417efa56e2dc4e8
McpServerFeatures.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1744bc09d56c59d92008156503a83827968349694ac9391738720000ee934791
HttpServletSseServerTransportProvider.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-a02bb4345496ce2ad3af0e77af8b89c53c5a0cc6709d176c1ef51326b9a53c75
StdioServerTransportProvider.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-fa929e00efbc28247f3b806e690c5a11a97c7821ef06b047e3798eb40dc059eb
McpRequest.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-ae4471e6785540f3a6851fdfc87f3f2b4c839ed87772f9f0ef7f20c18f51f74e
McpServerSession.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-af7bf17e286b7fc588db16f3ec1d582976a10c485e8542e713cb5eb64aa5cc7f
RequestContext.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-4e1b6318db39872a81bfde4e26eeabc28d6285411c61831bd92f6344bb88111f
MockMcpServerTransportProvider.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-dc41965d9ec8ed6156878e4090daebe6504f8cc4795dfb4a6cad5c941ac9609c
AbstractMcpAsyncServerTests.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-32b239160abf49505460ae140d513acc46a84170c977636f9dae0b21d3ad8f66
AbstractMcpSyncServerTests.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-509b8d9b997788de4efa63ae6a1ac00c809143d25882b120b3630d01f99b5ee2
StdioServerTransportProviderTests.java https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1120faf2a8ec49c1aa80adb1d5d0f4cd33259c8de99b072971e9f79d0361f641
...main/java/io/modelcontextprotocol/server/transport/WebFluxSseServerTransportProvider.javahttps://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-820976f36b8ef28ad7d1e4598f1902b707046424e76bd4527f418651ffa53016
View file https://github.com/modelcontextprotocol/java-sdk/blob/a8e69a03033c912a253a28336ca80f7e36b06918/mcp-spring/mcp-spring-webflux/src/main/java/io/modelcontextprotocol/server/transport/WebFluxSseServerTransportProvider.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/java-sdk/pull/172/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-820976f36b8ef28ad7d1e4598f1902b707046424e76bd4527f418651ffa53016
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-820976f36b8ef28ad7d1e4598f1902b707046424e76bd4527f418651ffa53016
.../mcp-spring-webflux/src/test/java/io/modelcontextprotocol/WebFluxSseIntegrationTests.javahttps://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-81ae74b25b8677e73b1cab94ce48a2acf550b8e297bbb02adc7d866889de2dbc
View file https://github.com/modelcontextprotocol/java-sdk/blob/a8e69a03033c912a253a28336ca80f7e36b06918/mcp-spring/mcp-spring-webflux/src/test/java/io/modelcontextprotocol/WebFluxSseIntegrationTests.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/java-sdk/pull/172/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-81ae74b25b8677e73b1cab94ce48a2acf550b8e297bbb02adc7d866889de2dbc
.../main/java/io/modelcontextprotocol/server/transport/WebMvcSseServerTransportProvider.javahttps://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-c5e3922b54c650a6bbaf01616e21aa151ef1f8b184f89e06482e410d208aad11
View file https://github.com/modelcontextprotocol/java-sdk/blob/a8e69a03033c912a253a28336ca80f7e36b06918/mcp-spring/mcp-spring-webmvc/src/main/java/io/modelcontextprotocol/server/transport/WebMvcSseServerTransportProvider.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/java-sdk/pull/172/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-c5e3922b54c650a6bbaf01616e21aa151ef1f8b184f89e06482e410d208aad11
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-c5e3922b54c650a6bbaf01616e21aa151ef1f8b184f89e06482e410d208aad11
mcp-test/src/main/java/io/modelcontextprotocol/server/AbstractMcpAsyncServerTests.javahttps://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-46e273514df1ee6f2ad31bcc4211e3fd74bb108fd690a8019bdc8cb39708e5ce
View file https://github.com/modelcontextprotocol/java-sdk/blob/a8e69a03033c912a253a28336ca80f7e36b06918/mcp-test/src/main/java/io/modelcontextprotocol/server/AbstractMcpAsyncServerTests.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/java-sdk/pull/172/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-46e273514df1ee6f2ad31bcc4211e3fd74bb108fd690a8019bdc8cb39708e5ce
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-46e273514df1ee6f2ad31bcc4211e3fd74bb108fd690a8019bdc8cb39708e5ce
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-46e273514df1ee6f2ad31bcc4211e3fd74bb108fd690a8019bdc8cb39708e5ce
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-46e273514df1ee6f2ad31bcc4211e3fd74bb108fd690a8019bdc8cb39708e5ce
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-46e273514df1ee6f2ad31bcc4211e3fd74bb108fd690a8019bdc8cb39708e5ce
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-46e273514df1ee6f2ad31bcc4211e3fd74bb108fd690a8019bdc8cb39708e5ce
mcp-test/src/main/java/io/modelcontextprotocol/server/AbstractMcpSyncServerTests.javahttps://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-249586dc3b013e820eee2d23089392fa54b42de5f0ba63ef493dc2a82c2adb94
View file https://github.com/modelcontextprotocol/java-sdk/blob/a8e69a03033c912a253a28336ca80f7e36b06918/mcp-test/src/main/java/io/modelcontextprotocol/server/AbstractMcpSyncServerTests.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/java-sdk/pull/172/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-249586dc3b013e820eee2d23089392fa54b42de5f0ba63ef493dc2a82c2adb94
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-249586dc3b013e820eee2d23089392fa54b42de5f0ba63ef493dc2a82c2adb94
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-249586dc3b013e820eee2d23089392fa54b42de5f0ba63ef493dc2a82c2adb94
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-249586dc3b013e820eee2d23089392fa54b42de5f0ba63ef493dc2a82c2adb94
mcp/src/main/java/io/modelcontextprotocol/server/McpAsyncServer.javahttps://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
View file https://github.com/modelcontextprotocol/java-sdk/blob/a8e69a03033c912a253a28336ca80f7e36b06918/mcp/src/main/java/io/modelcontextprotocol/server/McpAsyncServer.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/java-sdk/pull/172/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1580e5959202a3bd57eef693a4480dc8b3255681c3fa5002bbec3f1a7bbc54f2
mcp/src/main/java/io/modelcontextprotocol/server/McpServer.javahttps://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-130e739883b37f0ee3d1a99451a1ee983740b2783aa3a88ae417efa56e2dc4e8
View file https://github.com/modelcontextprotocol/java-sdk/blob/a8e69a03033c912a253a28336ca80f7e36b06918/mcp/src/main/java/io/modelcontextprotocol/server/McpServer.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/java-sdk/pull/172/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-130e739883b37f0ee3d1a99451a1ee983740b2783aa3a88ae417efa56e2dc4e8
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-130e739883b37f0ee3d1a99451a1ee983740b2783aa3a88ae417efa56e2dc4e8
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-130e739883b37f0ee3d1a99451a1ee983740b2783aa3a88ae417efa56e2dc4e8
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-130e739883b37f0ee3d1a99451a1ee983740b2783aa3a88ae417efa56e2dc4e8
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-130e739883b37f0ee3d1a99451a1ee983740b2783aa3a88ae417efa56e2dc4e8
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-130e739883b37f0ee3d1a99451a1ee983740b2783aa3a88ae417efa56e2dc4e8
mcp/src/main/java/io/modelcontextprotocol/server/McpServerFeatures.javahttps://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1744bc09d56c59d92008156503a83827968349694ac9391738720000ee934791
View file https://github.com/modelcontextprotocol/java-sdk/blob/a8e69a03033c912a253a28336ca80f7e36b06918/mcp/src/main/java/io/modelcontextprotocol/server/McpServerFeatures.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/java-sdk/pull/172/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1744bc09d56c59d92008156503a83827968349694ac9391738720000ee934791
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1744bc09d56c59d92008156503a83827968349694ac9391738720000ee934791
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1744bc09d56c59d92008156503a83827968349694ac9391738720000ee934791
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1744bc09d56c59d92008156503a83827968349694ac9391738720000ee934791
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1744bc09d56c59d92008156503a83827968349694ac9391738720000ee934791
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1744bc09d56c59d92008156503a83827968349694ac9391738720000ee934791
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1744bc09d56c59d92008156503a83827968349694ac9391738720000ee934791
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1744bc09d56c59d92008156503a83827968349694ac9391738720000ee934791
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1744bc09d56c59d92008156503a83827968349694ac9391738720000ee934791
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-1744bc09d56c59d92008156503a83827968349694ac9391738720000ee934791
.../java/io/modelcontextprotocol/server/transport/HttpServletSseServerTransportProvider.javahttps://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-a02bb4345496ce2ad3af0e77af8b89c53c5a0cc6709d176c1ef51326b9a53c75
View file https://github.com/modelcontextprotocol/java-sdk/blob/a8e69a03033c912a253a28336ca80f7e36b06918/mcp/src/main/java/io/modelcontextprotocol/server/transport/HttpServletSseServerTransportProvider.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/java-sdk/pull/172/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-a02bb4345496ce2ad3af0e77af8b89c53c5a0cc6709d176c1ef51326b9a53c75
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-a02bb4345496ce2ad3af0e77af8b89c53c5a0cc6709d176c1ef51326b9a53c75
mcp/src/main/java/io/modelcontextprotocol/server/transport/StdioServerTransportProvider.javahttps://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-fa929e00efbc28247f3b806e690c5a11a97c7821ef06b047e3798eb40dc059eb
View file https://github.com/modelcontextprotocol/java-sdk/blob/a8e69a03033c912a253a28336ca80f7e36b06918/mcp/src/main/java/io/modelcontextprotocol/server/transport/StdioServerTransportProvider.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/java-sdk/pull/172/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-fa929e00efbc28247f3b806e690c5a11a97c7821ef06b047e3798eb40dc059eb
https://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-fa929e00efbc28247f3b806e690c5a11a97c7821ef06b047e3798eb40dc059eb
mcp/src/main/java/io/modelcontextprotocol/spec/McpRequest.javahttps://github.com/modelcontextprotocol/java-sdk/pull/172/files#diff-ae4471e6785540f3a6851fdfc87f3f2b4c839ed87772f9f0ef7f20c18f51f74e
View file https://github.com/modelcontextprotocol/java-sdk/blob/a8e69a03033c912a253a28336ca80f7e36b06918/mcp/src/main/java/io/modelcontextprotocol/spec/McpRequest.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/java-sdk/pull/172/{{ revealButtonHref }}
Please reload this pagehttps://github.com/modelcontextprotocol/java-sdk/pull/172/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.