-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Question
created one MCP server and via client when we are calling MCP server in terminal below banner is printing .
how we can disable this.
in MCP server calling below is also added , still it is printing.
"env": {
"FASTMCP_QUIET": "1",
"FASTMCP_NO_BANNER": "1",
"FASTMCP_SILENT": "1",
"MCP_QUIET": "1"
─ FastMCP 2.0 ──────────────────────────────────────────────────────────────╮
│ │
│ _ __ ___ ______ __ __ _____________ ____ ____ │
│ _ __ ___ / / / // |/ / / __ \ | \ / __ \ │
│ _ __ ___ / / / __ `/ / __/ /|/ / / / // / / / / / / / │
│ _ __ ___ / __/ / // ( ) // / / / // / / __// // / │
│ _ __ ___ // _,//_// //_// /____()___/ │
│ │
│ │
│ │
│ 🖥️ Server name: FastMCP Elasticsearch Server │
│ 📦 Transport: STDIO │
│ │
│ 📚 Docs: https://gofastmcp.com │
│ 🚀 Deploy: https://fastmcp.cloud │
│ │
│ 🏎️ FastMCP version: 2.11.3 │
│ 🤝 MCP version: 1.13.1 │
│ │
╰────────────────────────────────────────────────────────────────────────────╯
Additional Context
No response