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.


评论

其他 分类下的更多 MCP 服务器