From a153c3cae777f4b66ee237d5c937baf556719b03 Mon Sep 17 00:00:00 2001 From: "swyx.io" Date: Thu, 3 Apr 2025 10:19:05 -0700 Subject: [PATCH 1/3] add concepts chart --- introduction.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/introduction.mdx b/introduction.mdx index 4d01dd9..9074f39 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -42,6 +42,10 @@ flowchart LR - **Local Data Sources**: Your computer's files, databases, and services that MCP servers can securely access - **Remote Services**: External systems available over the internet (e.g., through APIs) that MCP servers can connect to +Putting together all the concepts you get something like this: + + + ## Get started Choose the path that best fits your needs: From 3d11a8ac46d4828949027fffd04a7f80e75c7a74 Mon Sep 17 00:00:00 2001 From: "swyx.io" Date: Thu, 3 Apr 2025 10:21:52 -0700 Subject: [PATCH 2/3] Update introduction.mdx --- introduction.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/introduction.mdx b/introduction.mdx index 9074f39..9996c8e 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -44,6 +44,7 @@ flowchart LR Putting together all the concepts you get something like this: +![image](https://github.com/user-attachments/assets/2fffe65c-7eb9-4b4f-a72c-c69da301cf18) ## Get started From 404279ad333e8ab2b258db144f07ba60c1260df1 Mon Sep 17 00:00:00 2001 From: "swyx.io" Date: Thu, 3 Apr 2025 10:22:28 -0700 Subject: [PATCH 3/3] Update introduction.mdx --- introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction.mdx b/introduction.mdx index 9996c8e..7311159 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -44,7 +44,7 @@ flowchart LR Putting together all the concepts you get something like this: -![image](https://github.com/user-attachments/assets/2fffe65c-7eb9-4b4f-a72c-c69da301cf18) +image ## Get started