From 63c790b9d6987dd8cf1ec17c05b3dd07ea07cb68 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 9 Aug 2026 16:12:55 +0200 Subject: [PATCH] Added config files for MCP server integration --- app/.codex/config.toml | 2 ++ runtime/.codex/config.toml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 app/.codex/config.toml create mode 100644 runtime/.codex/config.toml diff --git a/app/.codex/config.toml b/app/.codex/config.toml new file mode 100644 index 00000000..5f9e6911 --- /dev/null +++ b/app/.codex/config.toml @@ -0,0 +1,2 @@ + [mcp_servers.rider] + url = "http://127.0.0.1:64482/stream" diff --git a/runtime/.codex/config.toml b/runtime/.codex/config.toml new file mode 100644 index 00000000..917ef44f --- /dev/null +++ b/runtime/.codex/config.toml @@ -0,0 +1,2 @@ + [mcp_servers.rustrover] + url = "http://127.0.0.1:64522/stream"