TiberiuCristianLeon commited on
Commit
27ced65
·
verified ·
1 Parent(s): 8bbdadd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ mcp = FastApiMCP(
29
  app,
30
  name="FASTAPI translate and paraphrase MCP",
31
  description="MCP server to translate and paraphrase text",
 
32
  include_operations=["get_translate", "get_paraphrase"]
33
  )
34
  # Mount the MCP server directly to your app
 
29
  app,
30
  name="FASTAPI translate and paraphrase MCP",
31
  description="MCP server to translate and paraphrase text",
32
+ describe_all_responses=True,
33
  include_operations=["get_translate", "get_paraphrase"]
34
  )
35
  # Mount the MCP server directly to your app