By the way, can we how to integrate into the root openapi, mcp routes? ```ts // root hono server app.get( `/openapi`, openAPISpecs(app, { documentation: { info: { // ... ``` example: 