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.
Integrations
Supports version control and release management through Git tags that follow semantic versioning
Provides integration with GitHub for releasing new versions of the package by pushing Git tags, which trigger automated workflows
Enables automated build and publishing workflows that are triggered when a new Git tag is pushed to release new versions of the package
테스트용 echo-mcp 서버
MCP 클라이언트 테스트를 위한 간단한 echo_tool
갖춘 간단한 echo MCP(Model Context Protocol) 서버입니다. 새로운 MCP 서버를 위한 템플릿으로도 매우 유용합니다.
용법
uv를 설치하고 uvx
사용하여 MCP 구성에 서버를 추가합니다.
지엑스피1
또는 저장소를 복제하고 디렉토리와 함께 uv
사용합니다.
개발
테스트
저장소를 복제하고 mcp-client-for-testing을 사용하여 서버 도구를 테스트합니다.
서식 및 린팅
코드는 ruff로 포맷되고 린트되었습니다.
uv를 이용한 빌딩
uv를 사용하여 패키지를 빌드합니다.
새 버전 출시
패키지의 새 버전을 PyPI에 릴리스하려면 새 Git 태그를 만들고 푸시하세요.
- 메인 브랜치를 체크아웃하고 최신 버전을 받으세요:Copy
- 새로운 Git 태그를 만들고 푸시합니다.Copy
GitHub Actions 워크플로는 새 태그가 푸시되면 패키지를 자동으로 빌드하고 PyPI에 게시합니다. Python 패키지 버전 번호는 Git 태그에서 직접 파생됩니다.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
You must be authenticated.
MCP 클라이언트 테스트를 위해 설계된, 메시지를 다시 에코하는 MCP(모델 컨텍스트 프로토콜)를 구현한 간단한 서버입니다.