[mcp] Add InputItem type

This commit is contained in:
Dylan Hurd
2025-08-20 23:46:20 -07:00
parent dc42ec0eb4
commit 7e0056fbdf
4 changed files with 25 additions and 0 deletions

View File

@@ -376,6 +376,14 @@ pub enum InputItem {
LocalImage {
path: std::path::PathBuf,
},
/// A reference to a file in the user's workspace.
FileReference {
/// The name of the file
name: String,
/// The relative path to the file in the user's workspace.
path: PathBuf,
},
}
/// Event Queue Entry - events from agent