mirror of
https://github.com/hoshikawa2/agent_oci_automation.git
synced 2026-03-03 16:09:37 +00:00
refactoring. now the solution is chat
This commit is contained in:
11
README.md
11
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)
|
||||
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user