MCP.so
ログイン

Mcp Host Server Demo

@tomohiro3

Mcp Host Server Demo について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

tomohiro3

設定

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

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

ツール

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

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

概要

What is Mcp Host Server Demo?

Mcp Host Server Demo is a Next.js project bootstrapped with create-next-app. It serves as a basic web application development starter, providing a development server and page editing capabilities.

How to use Mcp Host Server Demo?

Run the development server using npm, yarn, pnpm, or bun dev, then open http://localhost:3000 in a browser. The main page can be edited by modifying app/page.tsx, which auto-updates.

Key features of Mcp Host Server Demo

  • Bootstrapped with create-next-app for rapid setup
  • Development server on localhost:3000
  • Auto-updating page via file edits (app/page.tsx)
  • Uses next/font to optimize Geist font from Vercel
  • Deployable on Vercel Platform

Use cases of Mcp Host Server Demo

  • Starting point for a Next.js application or demo
  • Quick local development and testing of Next.js features

FAQ from Mcp Host Server Demo

What runtime or dependencies are required?

Node.js and npm/yarn/pnpm/bun are required to run the development server.

How do I deploy this project?

The easiest way is to use the Vercel Platform, as documented in the Next.js deployment documentation.

What does this demo include?

It includes a basic Next.js app with a font optimization (Geist) and auto-updating capabilities, but no additional MCP-specific functionality is described.


コメント

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