Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|