From 90a7a23064a5bbd69892c7bef286681b34792540 Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Mon, 21 Jul 2025 22:19:44 +0300 Subject: [PATCH] Update mcp_server_main.py --- mcp_server_main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mcp_server_main.py b/mcp_server_main.py index 24afca5..6088551 100644 --- a/mcp_server_main.py +++ b/mcp_server_main.py @@ -244,11 +244,8 @@ def create_app(auth=None): if auth: # Set auth on existing app instead of creating new one app.auth = auth - app.name = "Yargı MCP Server" logger.info("MCP server created with Bearer authentication enabled") else: - # Update placeholder app name only - app.name = "Yargı MCP Server" logger.info("MCP server created with standard capabilities (FastMCP handles tools.listChanged automatically)") # Add token counting middleware