Skip to main content
Glama

focMCP SDK

Official
by focMCP

focMCP SDK

풀 온체인 마인크래프트 프로토콜 서버

focMCP SDK는 완전한 온체인 Minecraft Protocol 서버를 구축하고 배포하기 위한 도구와 인프라를 제공합니다. 이 SDK를 통해 개발자는 블록체인 기술을 활용하여 분산형 게임 경험을 구축할 수 있습니다.

특징

  • 전체 온체인 Minecraft Protocol(MCP) 서버 구현
  • 블록체인 기반 게임 상태 관리
  • 분산형 플레이어 인증
  • 게임 내 자산을 위한 스마트 계약 통합
  • 크로스체인 호환성
  • 사용자 정의 가능한 서버 구성

설치

지엑스피1

빠른 시작

import { MCPServer } from '@focmcp/sdk'; // Initialize a new MCP server instance const server = new MCPServer({ port: 25565, maxPlayers: 20, gameMode: 'survival', // Add additional configuration options }); // Start the server server.start().then(() => { console.log('MCP Server running on port 25565'); });

선적 서류 비치

자세한 내용은 docs 디렉토리에서 확인할 수 있습니다. 여기에는 다음이 포함됩니다.

  • API 참조
  • 구성 가이드
  • 스마트 계약 통합
  • 성능 최적화
  • 보안 모범 사례

예시

샘플 구현 및 사용 사례는 예제 디렉토리에서 확인하세요.

  • 기본 서버 설정
  • 사용자 지정 게임 모드
  • 스마트 계약 통합 예시
  • 온체인 자산 관리
  • 플레이어 인증 흐름

개발

필수 조건

  • Node.js v16+
  • 타입스크립트
  • 블록체인 기술에 대한 기본 지식

소스에서 빌드

# Clone the repository git clone https://github.com/focMCP/sdk.git cd sdk # Install dependencies npm install # Build the project npm run build # Run tests npm test

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

  1. 저장소를 포크하세요
  2. 기능 브랜치를 생성합니다( git checkout -b feature/amazing-feature )
  3. 변경 사항을 커밋하세요( git commit -m 'Add some amazing feature' )
  4. 브랜치에 푸시( git push origin feature/amazing-feature )
  5. 풀 리퀘스트 열기

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

지원하다

질문이나 지원이 필요하면 GitHub 저장소에서 이슈를 열거나 관리자에게 문의하세요.


focMCP 팀이 ❤️로 만들었습니다

-
security - not tested
-
license - not tested
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

개발자가 블록체인 기술을 사용하여 분산형 게임 경험을 창출할 수 있도록 완전한 온체인 Minecraft Protocol 서버를 구축하기 위한 도구와 인프라를 제공합니다.

  1. 풀 온체인 마인크래프트 프로토콜 서버
    1. 특징
      1. 설치
        1. 빠른 시작
          1. 선적 서류 비치
            1. 예시
              1. 개발
                1. 필수 조건
                2. 소스에서 빌드
              2. 기여하다
                1. 특허
                  1. 지원하다

                    Related MCP Servers

                    • -
                      security
                      F
                      license
                      -
                      quality
                      Leverage SettleMint's Model Context Protocol server to seamlessly interact with enterprise blockchain infrastructure. Build, deploy, and manage smart contracts through AI-powered assistants, streamlining your blockchain development workflow for maximum efficiency.
                      Last updated -
                      4,413
                      14
                      TypeScript
                    • A
                      security
                      A
                      license
                      A
                      quality
                      A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
                      Last updated -
                      14
                      121
                      TypeScript
                      Apache 2.0
                      • Apple
                    • A
                      security
                      A
                      license
                      A
                      quality
                      A server that provides tools for interacting with MantraChain blockchain through the Model Context Protocol, allowing users to manage tokens, stake assets, query balances, and execute various blockchain operations.
                      Last updated -
                      18
                      55
                      2
                      TypeScript
                      MIT License
                    • -
                      security
                      -
                      license
                      -
                      quality
                      A suite of MCP servers that allow LLMs to interact with blockchains through MetaMask wallet without exposing private keys, facilitating secure AI-powered blockchain interactions and simplified user onboarding.
                      Last updated -
                      1
                      TypeScript

                    View all related MCP servers

                    MCP directory API

                    We provide all the information about MCP servers via our MCP API.

                    curl -X GET 'https://glama.ai/api/mcp/v1/servers/focMCP/sdk'

                    If you have feedback or need assistance with the MCP directory API, please join our Discord server