File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
5554We'll focus on the fundamentals—no authentication or authorization required for
5655our exercises—so you can get hands-on experience with the protocol's most
5756important 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+
5963If you're curious about the details, I highly recommend checking out the
6064[ official MCP specification] ( https://modelcontextprotocol.io/specification/2025-06-18 )
6165and the [ introduction] ( https://modelcontextprotocol.io/introduction ) . These
You can’t perform that action at this time.
0 commit comments