mirror of
https://github.com/openai/codex.git
synced 2026-05-04 21:32:21 +03:00
7 lines
133 B
Python
7 lines
133 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "mcp-test-server",
|
|
crate_name = "codex_mcp_test_server",
|
|
)
|