Skip to content

Commit ce50e85

Browse files
committed
checkstyle fixes
Signed-off-by: Christian Tzolov <[email protected]>
1 parent 01f66af commit ce50e85

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/clients.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This page provides an overview of applications that support the Model Context Pr
3535
| [Goose][Goose] ||||||| Supports tools. |
3636
| [gptme][gptme] ||||||| Supports tools. |
3737
| [HyperAgent][HyperAgent] ||||||| Supports tools. |
38-
| [JetBrains AI Assistant][JetBrains AI Assistant] ||||||| Supports tools for all JetBrains IDEs. |
38+
| [JetBrains AI Assistant][JetBrains AI Assistant] ||||||| Supports tools for all JetBrains IDEs. |
3939
| [Klavis AI Slack/Discord/Web][Klavis AI] ||||||| Supports tools and resources. |
4040
| [LibreChat][LibreChat] ||||||| Supports tools for Agents |
4141
| [Lutra][Lutra] ||||||| Supports any MCP server for reusable playbook creation. |

docs/sdk/java/mcp-client.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ The MCP Client is a key component in the Model Context Protocol (MCP) architectu
2121
The core `io.modelcontextprotocol.sdk:mcp` module provides STDIO and SSE client transport implementations without requiring external web frameworks.
2222

2323
Spring-specific transport implementations are available as an **optional** dependency `io.modelcontextprotocol.sdk:mcp-spring-webflux` for [Spring Framework](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-client-boot-starter-docs.html) users.
24+
2425
</Tip>
2526

2627
<Tip>
27-
This [quickstart demo](/quickstart/client), based on Spring AI MCP, you'll show you how to build an AI client that connects to MCP servers.
28+
This [quickstart demo](/quickstart/client), based on Spring AI MCP, you'll
29+
show you how to build an AI client that connects to MCP servers.
2830
</Tip>
2931

3032
The client provides both synchronous and asynchronous APIs for flexibility in different application contexts.

docs/sdk/java/mcp-server.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Spring-specific transport implementations are available as an **optional** depen
2626
</Tip>
2727

2828
<Tip>
29-
This [quickstart demo](/quickstart/server), based on Spring AI MCP, you'll show you how to build an MCP server.
29+
This [quickstart demo](/quickstart/server), based on Spring AI MCP, you'll
30+
show you how to build an MCP server.
3031
</Tip>
3132

32-
3333
The server supports both synchronous and asynchronous APIs, allowing for flexible integration in different application contexts.
3434

3535
<Tabs>

0 commit comments

Comments
 (0)