콘텐츠로 이동

v1.8.3

릴리스 날짜: 2025-05-04GitHub 릴리스

  • API 라우트 Improvements: Enhanced handling 의 special characters 에서 API 라우트 경로.
  • MCP 서버 SDK:

    • Real-time Communication: Robust SSE-based 시스템 사용하여 persistent 클라이언트 연결
    • JSON-RPC 지원: 완전한 implementation 사용하여 proper Request processing과 응답 formatting
    • 도구 시스템: Register custom tools 사용하여 스키마 검증과 지원 위한 various 반환 타입
    • Prompt Management: Static prompts 사용하여 templating과 dynamic prompts 사용하여 핸들러 함수
    • Resource Handling: Register과 deliver 파일 resources 사용하여 proper MIME 타입 지원
    • 임베디드 리소스: Include 파일 directly 에서 conversation 메시지
    • 콘텐츠 유연성: 지원 위한 text, code, images,과 바이너리 content
    • Protocol 기능: Proper initialization sequences과 capability negotiation
    • Comprehensive 오류 처리: Proper 오류 reporting 사용하여 appropriate 오류 codes
    • 성능 Optimizations: Configurable 타임아웃과 efficient resource management
    • 컨텍스트 Awareness: 모든 handlers receive 컨텍스트 위한 타임아웃과 cancellation 지원

    📚 튜토리얼: 위한 detailed 문서화과 usage 예제, 체크 out MCP 튜토리얼

  • API 개선 사항:

  • Fixed marshaler bug 때 handling arrays
  • Bumped github.com/redis/go-redis/v9 에서 9.7.3 로 9.8.0
  • @hthuz
  • @Disdjj
  • @hoshi200