MCP.so
ログイン

MCP Server Demo

@rectcircle

MCP Server Demo について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

rectcircle

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

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

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

概要

What is MCP Server Demo?

MCP Server Demo provides the setup commands and directory structure for a Model Context Protocol (MCP) server project using TypeScript. It includes an example time tool file and links to the official TypeScript SDK, a quickstart guide, and a reference server implementation.

How to use MCP Server Demo?

Follow the provided shell commands to create the project directory, initialize npm, and install the required dependencies (@modelcontextprotocol/sdk and zod). Then create the source directory and the example file src/cmd/time.ts.

Key features of MCP Server Demo

  • Uses the MCP TypeScript SDK and Zod
  • Includes an example time tool (src/cmd/time.ts)
  • References official MCP server documentation

Use cases of MCP Server Demo

FAQ from MCP Server Demo

What is the purpose of MCP Server Demo?

The README shows the initial project setup for a demo MCP server, including dependency installation and a skeleton file for a time tool.

What dependencies are required?

The project requires @modelcontextprotocol/sdk and zod as dependencies, and typescript with @types/node as dev dependencies.

How do I set up the project?

Execute the commands in order: create the directory, initialize npm, install dependencies and dev dependencies, then create the src/cmd directory and the time.ts file.

Where can I find more information?

The README links to the TypeScript SDK repository, the MCP quickstart server guide, and a filesystem server implementation.

コメント

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