pub async fn create_workspace( name: String, description: String, ) -> Result<MCPToolResult, Error>
Create a new workspace with the given name and description.