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