From e5ff806a8552ec91e60231d40366cd8edb15667b Mon Sep 17 00:00:00 2001 From: --global Date: Thu, 16 Oct 2025 11:04:50 -0300 Subject: [PATCH] refactoring. now the solution is chat --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3de00f7..da64ee9 100644 --- a/README.md +++ b/README.md @@ -114,9 +114,14 @@ The pipeline follows **Schema A → Schema B** flow: ## 📂 Project Structure ``` -├── server_mcp.py # MCP server exposing OCI tools -├── webchat.py # Flask webchat app connected to MCP server -├── README.md # Documentation (this file) +. +├── README.md # Documentation (this file) +└── files/ + ├── webchat.py # Flask webchat app connected to MCP server + ├── server_mcp.py # MCP server exposing OCI tools + └── templates/ + └── chat.html # Web UI template used by webchat.py (Flask) + ``` ---