File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ const baseUrl = '/ckan-mcp-server';
198198 </section >
199199
200200 <!-- Demo GIF Section -->
201- <section class =" py-12 px-4 sm:px-6 lg:px-8 bg-white" >
201+ <section class =" hidden md:block py-12 px-4 sm:px-6 lg:px-8 bg-white" >
202202 <div class =" max-w-4xl mx-auto" >
203203 <img
204204 src ={ ` ${baseUrl }/mcp_server_demo.gif ` }
@@ -292,7 +292,7 @@ const baseUrl = '/ckan-mcp-server';
292292 <h3 class =" display-font text-2xl font-semibold text-white mb-2" >No Install — Use the Hosted Endpoint</h3 >
293293 <p class =" text-blue-100 mb-5" >Just point your MCP client at this URL — nothing to install:</p >
294294 <div class =" bg-navy p-4 overflow-x-auto border-l-4 border-white border-opacity-30" >
295- <pre class =" mono text-sm text-gray-100 leading-relaxed" >https://ckan-mcp-server.andy-pr.workers.dev/mcp</pre >
295+ <pre class =" mono text-sm text-gray-100 leading-relaxed break-all " >https://ckan-mcp-server.andy-pr.workers.dev/mcp</pre >
296296 </div >
297297 <p class =" mono text-xs text-blue-200 mt-3" >100,000 requests/day shared quota · Free · Works with any MCP client</p >
298298 </div >
You can’t perform that action at this time.
0 commit comments