From 1f300a534699a7dd7c32ee60b8eacd81691d075b Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sat, 30 Nov 2024 09:16:34 -0500 Subject: [PATCH 1/2] Update README --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 7a5925e54..6fcccfba6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A fast, pythonic way to build Model Context Protocol (MCP) servers. -The Model Context Protocol is an extremely powerful way to give LLMs access to tools and resources. However, building MCP servers can be difficult and cumbersome. FastMCP provides a simple, intuitive interface for creating MCP servers in Python. +Anthropic's new [Model Context Protocol](https://modelcontextprotocol.io) is powerful way to give broadcast new functionality and context to LLMs. However, developing MCP servers can be cumbersome. FastMCP provides a simple, intuitive interface for creating MCP servers in Python. ## Installation @@ -115,15 +115,4 @@ fastmcp install your_server.py --with-editable . --with pandas --with numpy ``` -## Configuration - FastMCP can be configured via environment variables with the prefix `FASTMCP_`: - -- `FASTMCP_DEBUG`: Enable debug mode -- `FASTMCP_LOG_LEVEL`: Set logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL) -- `FASTMCP_HOST`: HTTP server host (default: 0.0.0.0) -- `FASTMCP_PORT`: HTTP server port (default: 8000) - -## License - -Apache 2.0 \ No newline at end of file From 3b938ec96f91242ed3d7ddbad44d84e814d2f08a Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sat, 30 Nov 2024 09:16:41 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6fcccfba6..0c4b2b0a4 100644 --- a/README.md +++ b/README.md @@ -115,4 +115,3 @@ fastmcp install your_server.py --with-editable . --with pandas --with numpy ``` -FastMCP can be configured via environment variables with the prefix `FASTMCP_`: