hotfix: fix build (#3102)

This commit is contained in:
Michael Neale
2025-06-27 15:29:21 +10:00
committed by GitHub
parent 666ce691d3
commit 7f71220411
14 changed files with 45 additions and 16 deletions

View File

@@ -3,6 +3,9 @@ name = "mcp-server"
version = "0.1.0"
edition = "2021"
[lints]
workspace = true
[dependencies]
anyhow = "1.0.94"
thiserror = "1.0"