Skip to content

Epistates/TurboMCP

v2.0.1 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

Published 7mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

mcp mcp-client mcp-sdk mcp-server mcp-servers rust

Summary

AI summary

Fixed critical bug where Client::list_resources() discarded metadata, now returns full Resource objects.

Full changelog

Fixed

  • Resource Listing Metadata Loss: Fixed critical bug where Client::list_resources() was discarding resource metadata
    • Issue: Method was returning only URIs (Vec<String>), throwing away all metadata from server
    • Impact: Broke applications like turbomcpstudio that needed resource names, descriptions, MIME types
    • Root Cause: Implementation was mapping ListResourcesResult::resources to just URIs instead of returning full Resource objects
    • Fix: Changed return type from Vec<String> to Vec<Resource> per MCP 2025-06-18 spec
    • Breaking Change: No - Resource type was already exported and clients can access .uri field
    • Files Changed:
      • turbomcp-client/src/client/operations/resources.rs - Core fix to return full Resource objects
      • turbomcp-cli/src/executor.rs - Updated to handle Resource objects
      • turbomcp-client/src/lib.rs - Updated documentation examples
      • turbomcp/examples/comprehensive.rs - Enhanced to display resource metadata
      • turbomcp/examples/unix_client.rs - Updated to use resource.uri field
    • Reported By: turbomcpstudio team
    • Severity: High - Breaks core resource functionality

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Epistates/TurboMCP

Get notified when new releases ship.

Sign up free

About Epistates/TurboMCP

TurboMCP SDK: Enterprise MCP SDK in Rust

All releases →

Beta — feedback welcome: [email protected]