MCP 서버 해제
Unleash Feature Toggle 시스템과 통합되는 MCP(Model Context Protocol) 서버 구현입니다.
개요
이 프로젝트는 모델 컨텍스트 프로토콜(MCP)을 사용하여 LLM 애플리케이션과 Unleash 피처 플래그 시스템을 연결합니다. 이를 통해 AI 애플리케이션은 다음과 같은 작업을 수행할 수 있습니다.
- Unleash에서 기능 플래그 상태 확인
- LLM에 기능 플래그 정보 공개
- 기능 플래그 생성
- 기능 플래그 업데이트
- 모든 프로젝트 나열
목차
요구 사항
- Node.js(v18 이상)
- TypeScript(v5.0 이상)
- Unleash 서버 인스턴스에 액세스
설치
지엑스피1
건축학
Unleash MCP 서버는 LLM 애플리케이션과 Unleash 기능 플래그 시스템 간의 브리지 역할을 합니다.
개발
프로젝트 구조
코딩 표준
- 명명 규칙 :
- 파일: kebab-case.ts를 사용하세요(예:
feature-flag.ts
) - 클래스: PascalCase를 사용하세요(예:
UnleashClient
) - 함수/메서드: camelCase를 사용하세요(예:
getFlagStatus
) - 인터페이스/유형: PascalCase를 사용하세요(예:
FeatureFlagConfig
)
- 파일: kebab-case.ts를 사용하세요(예:
- 수입품 :
- 로컬 파일을 가져올 때는 항상 .js 확장자를 포함하세요.
- 가져오기 순서를 따르세요: Node.js 내장 → 외부 종속성 → 로컬 가져오기
- 기본 내보내기 대신 명명된 내보내기를 사용하세요
- 문서 :
- 공개 함수, 클래스 및 인터페이스에 JSDoc 주석을 사용하세요
- 인라인 주석으로 복잡한 논리를 문서화하세요
건물
테스트
검사 중
사용 방법
Claude 또는 Cursor 구성의 경우:
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
프로젝트 지원하기
만약 이 프로젝트가 도움이 된다면, 저에게 커피 한 잔 사주세요!
위의 QR 코드를 스캔하거나 여기를 클릭하여 이 프로젝트 개발을 지원해주세요.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Unleash Feature Toggle 시스템과 통합되는 MCP(Model Context Protocol) 서버 구현입니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated -3936JavaScriptApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that provides a simple sleep/wait tool, useful for adding delays between operations such as waiting between API calls or testing eventually consistent systems.Last updated -167JavaScript
- -security-license-qualityA specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.Last updated -1TypeScript
- -security-license-qualityA Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.Last updated -2