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