context_servers: Remove context_type from ResourceContent (#18097)

David Soria Parra created

This is removed in the protocol

Release Notes:

- N/A

Change summary

crates/context_servers/src/types.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/context_servers/src/types.rs 🔗

@@ -239,7 +239,6 @@ pub struct Resource {
 pub struct ResourceContent {
     pub uri: Url,
     pub mime_type: Option<String>,
-    pub content_type: String,
     pub text: Option<String>,
     pub data: Option<String>,
 }