diff --git a/README.md b/README.md index 789ea7c..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) - +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],