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

Update app.py

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