Jeremiah Lowin commited on
Commit
1dfaf8e
·
1 Parent(s): 7c4c1b7
Files changed (2) hide show
  1. README.md +1 -3
  2. uv.lock +1 -1
README.md CHANGED
@@ -11,9 +11,7 @@ A fast, Pythonic way to build Model Context Protocol servers
11
 
12
  </div>
13
 
14
- Want to connect your LLMs to data and tools? FastMCP makes it simple!
15
-
16
- In just a few lines of code, you can expose your functionality through a [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server:
17
 
18
  ```python
19
  from fastmcp import FastMCP
 
11
 
12
  </div>
13
 
14
+ 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:
 
 
15
 
16
  ```python
17
  from fastmcp import FastMCP
uv.lock CHANGED
@@ -228,7 +228,7 @@ wheels = [
228
 
229
  [[package]]
230
  name = "fastmcp"
231
- version = "0.2.1.dev56+g0fb37ec.d20241201"
232
  source = { editable = "." }
233
  dependencies = [
234
  { name = "httpx" },
 
228
 
229
  [[package]]
230
  name = "fastmcp"
231
+ version = "0.3.1.dev3+g35b0931.d20241201"
232
  source = { editable = "." }
233
  dependencies = [
234
  { name = "httpx" },