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. [![Docs](https://img.shields.io/badge/docs-gofastmcp.com-blue)](https://gofastmcp.com) [![PyPI - Version](https://img.shields.io/pypi/v/fastmcp.svg)](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 ---