From 74c2d7affd09130ac1a3245386d5c0d7780f11b2 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:10:21 -0500 Subject: [PATCH] update --- README.md | 4 +--- uv.lock | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 087bff8e5..d6bca9c1b 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ A fast, Pythonic way to build Model Context Protocol servers -Want to connect your LLMs to data and tools? FastMCP makes it simple! - -In just a few lines of code, you can expose your functionality through a [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server: +FastMCP makes building [Model Context Protocol (MCP)](https://modelcontextprotocol.io) servers simple and intuitive. Create tools, expose resources, and define prompts with clean, Pythonic code: ```python from fastmcp import FastMCP diff --git a/uv.lock b/uv.lock index b341455df..b5250ae26 100644 --- a/uv.lock +++ b/uv.lock @@ -228,7 +228,7 @@ wheels = [ [[package]] name = "fastmcp" -version = "0.2.1.dev56+g0fb37ec.d20241201" +version = "0.3.1.dev3+g35b0931.d20241201" source = { editable = "." } dependencies = [ { name = "httpx" },