geronimo-pericoli commited on
Commit
f2c7a7d
·
verified ·
1 Parent(s): aeb75ee

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -0
server.py CHANGED
@@ -14,6 +14,7 @@ def get_document_info(id: int):
14
  # ... resto de tus campos
15
  }
16
 
 
17
  # Montar MCP bajo /api
18
  app.mount("/api", mcp.app)
19
 
 
14
  # ... resto de tus campos
15
  }
16
 
17
+
18
  # Montar MCP bajo /api
19
  app.mount("/api", mcp.app)
20