mirror of
https://github.com/openai/codex.git
synced 2026-05-26 05:55:36 +00:00
Add an experimental MCP on memories This must never be used and is only here for testing purpose --------- Co-authored-by: Codex <noreply@openai.com>
7 lines
118 B
Python
7 lines
118 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "mcp",
|
|
crate_name = "codex_memories_mcp",
|
|
)
|