From f5445a7856e076fc91e66e7f866f6cca4d22fb40 Mon Sep 17 00:00:00 2001 From: --global Date: Wed, 13 Aug 2025 20:09:31 -0300 Subject: [PATCH] First commit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 98d2ffa..4208fd8 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,13 @@ Download and install the [requirements.txt](./files/requirements.txt) file using ## Understand the Code +You can download the source code here: + +- [agent_over_mcp.py](./files/agent_over_mcp.py) +- [server_mcp.py](./files/server_mcp.py) + + + ### Agent code This script builds an OCI Operations Agent using LangChain, LangGraph, and the MCP protocol.