MCPcopy Create free account
hub / github.com/YougLin-dev/amp-server / SystemPromptData

Class SystemPromptData

api/src/user/internal.rs:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170#[derive(Debug, Serialize, Deserialize)]
171pub struct SystemPromptData {
172 #[serde(rename = "workspacePaths")]
173 pub workspace_paths: Vec<String>,
174 #[serde(rename = "workingDirectory")]
175 pub working_directory: String,
176 #[serde(rename = "rootDirectoryListing")]
177 pub root_directory_listing: String,
178}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected