feat(mcp): upgrade rmcp to 0.15.0 and advertise MCP Apps UI extension capability (#6927)

This commit is contained in:
Andrew Harvard
2026-02-11 09:34:04 -05:00
committed by GitHub
parent 0e7294835c
commit 544bc1bc4f
24 changed files with 382 additions and 76 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ uninlined_format_args = "allow"
string_slice = "warn"
[workspace.dependencies]
rmcp = { version = "0.14.0", features = ["schemars", "auth"] }
rmcp = { version = "0.15.0", features = ["schemars", "auth"] }
anyhow = "1.0"
async-stream = "0.3"
async-trait = "0.1"