Socket
Book a DemoInstallSign in
Socket

find-duns-number-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-duns-number-mcp-server

Find Duns Number MCP Server

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

MCP 서버 (TypeScript)

소개

  • Model Context Protocol (MCP) 기반 서버 템플릿
  • TypeScript, pnpm, modelcontextprotocol/sdk 사용

개발 환경 준비

  • 의존성 설치
pnpm install
  • 개발 서버 실행
pnpm dev
  • 빌드
pnpm build
  • 프로덕션 서버 실행
pnpm start

디렉토리 구조

  • src/ : 서버 소스 코드
  • test/ : 테스트 코드
  • dist/ : 빌드 결과물

주요 스크립트

  • dev : 개발 서버 (ts-node-dev)
  • build : 타입스크립트 빌드
  • start : 빌드된 서버 실행
  • test : 테스트 실행

환경 변수

  • .env 파일에 환경 변수 설정 가능

테스트 실행 (Vitest)

pnpm test

또는 UI 모드로 실행하려면:

pnpm test:ui

참고

  • Model Context Protocol 공식 문서
  • modelcontextprotocol/sdk GitHub

FAQs

Package last updated on 18 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts