Skip to content

Commit 7da9278

Browse files
Merge pull request modelcontextprotocol#1838 from koic/fix_a_typo
Fix a typo
2 parents 0678e68 + 596860d commit 7da9278

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/docs/develop/build-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ Finally, let's build the server:
988988
./mvnw clean install
989989
```
990990

991-
This will generate a `mcp-weather-stdio-server-0.0.1-SNAPSHOT.jar` file within the `target` folder.
991+
This will generate an `mcp-weather-stdio-server-0.0.1-SNAPSHOT.jar` file within the `target` folder.
992992

993993
Let's now test your server from an existing MCP host, Claude for Desktop.
994994

docs/sdk/java/mcp-server.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The SDK includes several built-in transport provider implementations:
134134
</Tab>
135135
<Tab title="WebFlux">
136136
<p>WebFlux-based SSE and Streamable-HTTP server transport. [Requires the `mcp-spring-webflux` dependency](/sdk/java/mcp-overview#dependencies).</p>
137-
<Tabs>
137+
<Tabs>
138138
<Tab title="Streamable-HTTP (WebFlux)">
139139
```java
140140
@Configuration
@@ -361,8 +361,8 @@ The SDK includes several built-in transport provider implementations:
361361
</Tab>
362362
<Tab title="Servlet">
363363
<p>
364-
Creates a Servlet-based `SSE`, `Streamable-HTTP`, and `Stateless` server transport.
365-
It can be used with any Servlet container.
364+
Creates a Servlet-based `SSE`, `Streamable-HTTP`, and `Stateless` server transport.
365+
It can be used with any Servlet container.
366366
</p>
367367
368368
<Tabs>
@@ -648,7 +648,7 @@ The resource specification comprised of resource definitions and resource read h
648648
The resource definition including `name`, `description`, and `MIME type`.
649649
The first argument of the function that handles resource read requests is an `McpAsyncServerExchange` upon which the server can
650650
interact with the connected client.
651-
The second arguments is a `McpSchema.ReadResourceRequest`.
651+
The second arguments is an `McpSchema.ReadResourceRequest`.
652652

653653
### Prompt Specification
654654

0 commit comments

Comments
 (0)