Simple MCP Server

by 3eer

Integrations

  • Integrates with Biome for code formatting and linting within the project.

간단한 MCP 서버

fastMCP로 구축되어 "hello" 응답을 반환하는 최소한의 TypeScript MCP 서버입니다.

특징

  • fastMCP를 사용한 간단한 MCP 서버 구현
  • TypeScript 지원
  • 서식 및 린팅을 위한 바이옴
  • 패키지 관리자로서의 pnpm

시작하기

필수 조건

  • 노드.js 18+
  • pnpm

설치

지엑스피1

개발

# Build the project pnpm build # Run the development server with fastMCP CLI pnpm mcp:dev # Use the MCP Inspector with a web UI pnpm mcp:inspect # Format code pnpm format # Lint code pnpm lint

프로젝트 구조

  • src/server.ts - 주요 MCP 서버 구현
  • biome.json - 린팅 및 포맷팅을 위한 Biome 구성
  • tsconfig.json - TypeScript 구성

서버 정보

"hello" 도구를 제공하는 간단한 MCP(Model Context Protocol) 서버입니다. fastMCP TypeScript 프레임워크를 사용하여 서버 구현을 간소화합니다.

알려진 문제

  • 클라이언트 기능 경고 : pnpm mcp:dev 또는 직접 서버를 실행할 때 [warning] FastMCP could not infer client capabilities 와 같은 경고가 표시될 수 있습니다. 이는 정상적인 현상이며 클라이언트가 기능 정보를 제공하지 않을 때 발생합니다. 서버는 정상적으로 작동합니다.

Claude Desktop과 함께 사용하는 방법

Claude Desktop과 함께 이 MCP 서버를 사용하려면 다음 구성을 추가하세요.

{ "mcpServers": { "Simple Hello Server": { "url": "http://localhost:3000/mcp" } } }

특허

아이에스씨

-
security - not tested
F
license - not found
-
quality - not tested

fastMCP 프레임워크를 사용하여 'hello' 도구를 제공하는 최소한의 TypeScript MCP 서버입니다.

  1. Features
    1. Getting Started
      1. Prerequisites
      2. Installation
      3. Development
    2. Project Structure
      1. About the Server
        1. Known Issues
        2. How to Use with Claude Desktop
      2. License
        ID: mycfvk4mph