Skip to content

Commit a487982

Browse files
committed
imporve readme
1 parent 2d07e42 commit a487982

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

exercises/README.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ graph LR
3535
S2 <--> R2
3636
end
3737
38-
subgraph "Internet"
38+
subgraph "Internet ."
3939
S3[Server 3<br>External APIs]
4040
R3[("Remote<br>Resource C")]
4141
@@ -50,12 +50,16 @@ Throughout this workshop, you'll learn:
5050
([see architecture](https://modelcontextprotocol.io/specification/2025-06-18/architecture))
5151
- How JSON-RPC powers communication and stateful sessions between components
5252
- How to expose resources, prompts, and tools to LLMs using MCP
53-
- How to build composable, secure, and extensible integrations for AI workflows
5453

5554
We'll focus on the fundamentals—no authentication or authorization required for
5655
our exercises—so you can get hands-on experience with the protocol's most
5756
important features.
5857

58+
We'll be using the
59+
[MCP TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk)
60+
to build our MCP server and the
61+
[MCP Inspector](https://github.com/modelcontextprotocol/inspector) to test it.
62+
5963
If you're curious about the details, I highly recommend checking out the
6064
[official MCP specification](https://modelcontextprotocol.io/specification/2025-06-18)
6165
and the [introduction](https://modelcontextprotocol.io/introduction). These

0 commit comments

Comments
 (0)