add fastapi_mcp

This commit is contained in:
2025-05-22 21:30:47 +09:00
parent 9cbf5da3fd
commit 4f55138306
12 changed files with 566 additions and 84 deletions

View File

@ -12,3 +12,4 @@ rusqlite = { version = "0.29", features = ["serde_json"] }
shellexpand = "*"
fs_extra = "1.3"
rand = "0.9.1"
reqwest = { version = "*", features = ["blocking", "json"] }