You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,14 @@ Whether you're an AI developer, system architect, or software engineer, this gui
49
49
| 01 |**Core Concepts Explained**| In-depth exploration of the core concepts of MCP, including client-server architecture, key protocol components, and messaging patterns |[Core Concepts](./01-CoreConcepts/README.md)|
50
50
| 02 |**Security in MCP**| Identifying security threats within MCP-based systems, techniques and best practices for securing implementations |[Security](/02-Security/readme.md)|
51
51
| 03 |**Getting Started with MCP**| Environment setup and configuration, creating basic MCP servers and clients, integrating MCP with existing applications |[Getting Started](./03-GettingStarted/README.md)|
52
-
| -| 1 |**First server**| Setting up a basic server using the MCP protocol, understanding the server-client interaction, and testing the server |[First Server](./03-GettingStarted/01-first-server/README.md)|
53
-
| -| 2 |**First client**| Setting up a basic client using the MCP protocol, understanding the client-server interaction, and testing the client |[First Client](./03-GettingStarted/02-client/README.md)|
54
-
| -| 3 |**Client with LLM**| Setting up a client using the MCP protocol with a Large Language Model (LLM) |[Client with LLM](./03-GettingStarted/03-llm-client/README.md)|
55
-
| -| 4 |**Consuming a server with Visual Studio Code**| Setting up Visual Studio Code to consume servers using the MCP protocol |[Consuming a server with Visual Studio Code](./03-GettingStarted/04-vscode/README.md)|
56
-
| -| 5 |**Creating a server using SSE**| SSE helps us expose a server to the internet. This section will help you create a server using SSE |[Creating a server using SSE](./03-GettingStarted/05-sse-server/README.md)|
57
-
| -| 6 |**Use AI Toolkit**| AI toolkit is a great tool that will help you manage your AI and MCP workflow. |[Use AI Toolkit](./03-GettingStarted/06-aitk/README.md)|
58
-
| -| 7 |**Testing your server**| Testing is an important part of the development process. This section will help you test use several different tools. |[Testing your server](./03-GettingStarted/07-testing/README.md)|
59
-
| -| 8 |**Deploy your server**| How do you go from local development to production? This section will help you develop and deploy your server. |[Deploy your server](./03-GettingStarted/08-deployment/README.md)|
52
+
| -- 1 |**First server**| Setting up a basic server using the MCP protocol, understanding the server-client interaction, and testing the server |[First Server](./03-GettingStarted/01-first-server/README.md)|
53
+
| -- 2 |**First client**| Setting up a basic client using the MCP protocol, understanding the client-server interaction, and testing the client |[First Client](./03-GettingStarted/02-client/README.md)|
54
+
| -- 3 |**Client with LLM**| Setting up a client using the MCP protocol with a Large Language Model (LLM) |[Client with LLM](./03-GettingStarted/03-llm-client/README.md)|
55
+
| -- 4 |**Consuming a server with Visual Studio Code**| Setting up Visual Studio Code to consume servers using the MCP protocol |[Consuming a server with Visual Studio Code](./03-GettingStarted/04-vscode/README.md)|
56
+
| -- 5 |**Creating a server using SSE**| SSE helps us expose a server to the internet. This section will help you create a server using SSE |[Creating a server using SSE](./03-GettingStarted/05-sse-server/README.md)|
57
+
| -_ 6 |**Use AI Toolkit**| AI toolkit is a great tool that will help you manage your AI and MCP workflow. |[Use AI Toolkit](./03-GettingStarted/06-aitk/README.md)|
58
+
| -- 7 |**Testing your server**| Testing is an important part of the development process. This section will help you test use several different tools. |[Testing your server](./03-GettingStarted/07-testing/README.md)|
59
+
| -- 8 |**Deploy your server**| How do you go from local development to production? This section will help you develop and deploy your server. |[Deploy your server](./03-GettingStarted/08-deployment/README.md)|
60
60
| 04 |**Practical Implementation**| Using SDKs across different languages, debugging, testing, and validation, crafting reusable prompt templates and workflows |[Practical Implementation](./04-PracticalImplementation/README.md)|
61
61
| 05 |**Advanced Topics in MCP**| Multi-modal AI workflows and extensibility, secure scaling strategies, MCP in enterprise ecosystems |[Advanced Topics](./05-AdvancedTopics/README.md)|
62
62
| 06 |**Community Contributions**| How to contribute code and docs, collaborating via GitHub, community-driven enhancements and feedback |[Community Contributions](./06-CommunityContributions/README.md)|
0 commit comments