rtblint-mcp 0.0.1

MCP server for rtblint — exposes OpenRTB validation as a callable tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "rtblint-core"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6dc7843496c55b36cf61628736c309b265e63b882895038f273560471240d1"

[[package]]
name = "rtblint-mcp"
version = "0.0.1"
dependencies = [
 "rtblint-core",
]