Jeremiah Lowin commited on
Commit
cc1655f
·
1 Parent(s): f80887b

Update description

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. docs/docs.json +1 -1
  3. docs/getting-started/welcome.mdx +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  <!-- omit in toc -->
4
  # FastMCP v2 🚀
5
- <strong>The fast, Pythonic way to build MCP servers.</strong>
6
 
7
  [![Docs](https://img.shields.io/badge/docs-gofastmcp.com-blue)](https://gofastmcp.com)
8
  [![PyPI - Version](https://img.shields.io/pypi/v/fastmcp.svg)](https://pypi.org/project/fastmcp)
 
2
 
3
  <!-- omit in toc -->
4
  # FastMCP v2 🚀
5
+ <strong>The fast, Pythonic way to build MCP servers and clients.</strong>
6
 
7
  [![Docs](https://img.shields.io/badge/docs-gofastmcp.com-blue)](https://gofastmcp.com)
8
  [![PyPI - Version](https://img.shields.io/pypi/v/fastmcp.svg)](https://pypi.org/project/fastmcp)
docs/docs.json CHANGED
@@ -12,7 +12,7 @@
12
  "light": "#4cc9f0",
13
  "primary": "#2d00f7"
14
  },
15
- "description": "The fast, Pythonic way to build MCP servers.",
16
  "footer": {
17
  "socials": {
18
  "bluesky": "https://bsky.app/profile/jlowin.dev",
 
12
  "light": "#4cc9f0",
13
  "primary": "#2d00f7"
14
  },
15
+ "description": "The fast, Pythonic way to build MCP servers and clients.",
16
  "footer": {
17
  "socials": {
18
  "bluesky": "https://bsky.app/profile/jlowin.dev",
docs/getting-started/welcome.mdx CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  title: "Welcome to FastMCP!"
3
  sidebarTitle: "Welcome!"
4
- description: The fast, Pythonic way to build MCP servers.
5
 
6
  icon: hand-wave
7
  ---
 
1
  ---
2
  title: "Welcome to FastMCP!"
3
  sidebarTitle: "Welcome!"
4
+ description: The fast, Pythonic way to build MCP servers and clients.
5
 
6
  icon: hand-wave
7
  ---