diff --git a/src/server.py b/src/server.py index 111821a..31ec67e 100644 --- a/src/server.py +++ b/src/server.py @@ -28,8 +28,8 @@ logging.basicConfig( # Initialize MCP server mcp = FastMCP( - settings.server_name, - description="Personal Information Management MCP Server for Email, Calendar, and Contacts", + name=settings.server_name, + instructions="Personal Information Management MCP Server for Email, Calendar, and Contacts", ) # Initialize services based on configuration