1
0

fix mcp lang

This commit is contained in:
2026-01-26 00:32:35 +09:00
parent 2d182ff412
commit 0d61b725a8
2 changed files with 69 additions and 14 deletions

View File

@@ -3,13 +3,12 @@ use serde::Deserialize;
use std::collections::HashMap;
#[derive(Debug, Deserialize)]
#[allow(dead_code)]
struct Network {
plc: String,
bsky: String,
#[allow(dead_code)]
web: Option<String>,
#[serde(rename = "handleDomains")]
#[allow(dead_code)]
handle_domains: Option<Vec<String>>,
}