From ac79aeaf37e94006413c351c49cbde56f8a1336f Mon Sep 17 00:00:00 2001
From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
Date: Sun, 13 Apr 2025 22:02:15 -0400
Subject: [PATCH] Update description
---
README.md | 2 +-
docs/docs.json | 2 +-
docs/getting-started/welcome.mdx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 6b937779c..c7233d8b2 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# FastMCP v2 🚀
-The fast, Pythonic way to build MCP servers.
+The fast, Pythonic way to build MCP servers and clients.
[](https://gofastmcp.com)
[](https://pypi.org/project/fastmcp)
diff --git a/docs/docs.json b/docs/docs.json
index 0dfb2ee7d..dc7d9197d 100644
--- a/docs/docs.json
+++ b/docs/docs.json
@@ -12,7 +12,7 @@
"light": "#4cc9f0",
"primary": "#2d00f7"
},
- "description": "The fast, Pythonic way to build MCP servers.",
+ "description": "The fast, Pythonic way to build MCP servers and clients.",
"footer": {
"socials": {
"bluesky": "https://bsky.app/profile/jlowin.dev",
diff --git a/docs/getting-started/welcome.mdx b/docs/getting-started/welcome.mdx
index b8d80dee1..d40c03901 100644
--- a/docs/getting-started/welcome.mdx
+++ b/docs/getting-started/welcome.mdx
@@ -1,7 +1,7 @@
---
title: "Welcome to FastMCP!"
sidebarTitle: "Welcome!"
-description: The fast, Pythonic way to build MCP servers.
+description: The fast, Pythonic way to build MCP servers and clients.
icon: hand-wave
---