MCP.so
ログイン

Mcp Server Frontend

@heithemkacem

Mcp Server Frontend について

概要はまだありません

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-frontend": {
      "command": "bun",
      "args": [
        "dev"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mcp Server Frontend?

Mcp Server Frontend is a web frontend project bootstrapped with Next.js using create-next-app. It is designed for developers building a Next.js application, with built-in support for development, font optimization via next/font, and deployment on Vercel.

How to use Mcp Server Frontend?

Run the development server with npm run dev, yarn dev, pnpm dev, or bun dev, then open http://localhost:3000. Edit app/page.tsx to modify the page, which auto-updates on save.

Key features of Mcp Server Frontend

  • Bootstrapped with Next.js and create-next-app
  • Editable starting page at app/page.tsx
  • Auto‑updates on file changes during development
  • Uses next/font for optimized font loading (Geist)
  • Official deployment support on the Vercel Platform

Use cases of Mcp Server Frontend

  • Starting point for a new Next.js application
  • Learning Next.js features and API through interactive tutorials
  • Rapid prototyping with hot‑reload development server
  • Deploying a production‑ready Next.js app on Vercel

FAQ from Mcp Server Frontend

How do I start the development server?

Run npm run dev, yarn dev, pnpm dev, or bun dev in the project directory.

How do I edit the page content?

Edit app/page.tsx – the browser will auto‑update as you save changes.

Where can I learn more about Next.js?

Visit the Next.js Documentation or the Learn Next.js interactive tutorial.

How do I deploy the project?

The easiest way is via the Vercel Platform. See the Next.js deployment documentation for more details.

What font does this project use?

It uses the Geist font family via next/font for automatic optimization and loading.

よくある質問

How do I start the development server?

Run `npm run dev`, `yarn dev`, `pnpm dev`, or `bun dev` in the project directory.

How do I edit the page content?

Edit `app/page.tsx` – the browser will auto‑update as you save changes.

Where can I learn more about Next.js?

Visit the [Next.js Documentation](https://nextjs.org/docs) or the [Learn Next.js interactive tutorial](https://nextjs.org/learn).

How do I deploy the project?

The easiest way is via the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme). See the Next.js deployment documentation for more details.

What font does this project use?

It uses the Geist font family via `next/font` for automatic optimization and loading.

コメント

「その他」の他のコンテンツ