VIBN Frontend for Coolify deployment
This commit is contained in:
21
app/[workspace]/mcp/page.tsx
Normal file
21
app/[workspace]/mcp/page.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* MCP Integration Page
|
||||
*
|
||||
* Test and demonstrate Vibn's Model Context Protocol capabilities
|
||||
*/
|
||||
|
||||
import { MCPPlayground } from '@/components/mcp-playground';
|
||||
|
||||
export const metadata = {
|
||||
title: 'MCP Integration | Vibn',
|
||||
description: 'Connect AI assistants to your Vibn projects using the Model Context Protocol',
|
||||
};
|
||||
|
||||
export default function MCPPage() {
|
||||
return (
|
||||
<div className="container max-w-6xl py-8">
|
||||
<MCPPlayground />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user