Fix typo mistake in comments and method params#35
Fix typo mistake in comments and method params#35oleksandr-popov wants to merge 3 commits intomodelcontextprotocol:mainfrom
Conversation
|
Hey @oleksandr-popov |
# Conflicts: # mcp/src/main/java/io/modelcontextprotocol/client/McpAsyncClient.java # mcp/src/main/java/io/modelcontextprotocol/server/McpServer.java
|
Hi @tzolov. |
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
|
Thanks @oleksandr-popov |
After first analyze source code I found some mistake in typo with IDE spellcheck. I just make it after found mistake in interface McpServer
Motivation and Context
Fix typo errors. No imponent on logic
How Has This Been Tested?
No need more tests. Run exists tests.
Breaking Changes
No break changes
Types of changes
Checklist
Additional context
I found that in interface MPCServer on line 623 (method tool) in JavaDocs contain @link to not exist ToolRegistration entity.
Understand that it's referrer to SyncToolRegistration and AsyncToolRegistration, but it better to contain link to existing entity in code.