From f2f5d426cbdca533070466b8fe61d715927077f8 Mon Sep 17 00:00:00 2001 From: Pranav Thakur Date: Thu, 23 Apr 2026 00:07:56 +0530 Subject: [PATCH 1/2] Update README.md to include a greeting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 789ea7c..3fb7963 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ [![FastAPI](https://img.shields.io/badge/FastAPI-009485.svg?logo=fastapi&logoColor=white)](#) [![CI](https://github.com/tadata-org/fastapi_mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/tadata-org/fastapi_mcp/actions/workflows/ci.yml) [![Coverage](https://codecov.io/gh/tadata-org/fastapi_mcp/branch/main/graph/badge.svg)](https://codecov.io/gh/tadata-org/fastapi_mcp) - +Hello From 48085ecee8c186abfb3cd1c8f423713893c6f102 Mon Sep 17 00:00:00 2001 From: Pranav Thakur Date: Thu, 23 Apr 2026 14:47:28 +0530 Subject: [PATCH 2/2] Update README.md and server.py with minor text changes --- README.md | 2 +- fastapi_mcp/server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fb7963..4b6dffa 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ [![FastAPI](https://img.shields.io/badge/FastAPI-009485.svg?logo=fastapi&logoColor=white)](#) [![CI](https://github.com/tadata-org/fastapi_mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/tadata-org/fastapi_mcp/actions/workflows/ci.yml) [![Coverage](https://codecov.io/gh/tadata-org/fastapi_mcp/branch/main/graph/badge.svg)](https://codecov.io/gh/tadata-org/fastapi_mcp) -Hello +Hellokjnkjnkjn diff --git a/fastapi_mcp/server.py b/fastapi_mcp/server.py index bb75106..7693544 100644 --- a/fastapi_mcp/server.py +++ b/fastapi_mcp/server.py @@ -32,7 +32,7 @@ def __init__( ], name: Annotated[ Optional[str], - Doc("Name for the MCP server (defaults to app.title)"), + Doc("Name for the MCP server (defaults to app.title) j"), ] = None, description: Annotated[ Optional[str],