mirror of
https://github.com/openai/codex.git
synced 2026-03-05 13:35:28 +03:00
# External (non-OpenAI) Pull Request Requirements Before opening this Pull Request, please read the dedicated "Contributing" markdown file or your PR may be closed: https://github.com/openai/codex/blob/main/docs/contributing.md If your PR conforms to our contribution guidelines, replace this text with a detailed and high quality description of your changes. Include a link to a bug report or enhancement request.
7 lines
123 B
Python
7 lines
123 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "mcp-server",
|
|
crate_name = "codex_mcp_server",
|
|
)
|