diff --git a/dev-ai-app-dev-finance/workshops/sandbox/manifest.json b/dev-ai-app-dev-finance/workshops/sandbox/manifest.json index 28e99258..dbfa1245 100644 --- a/dev-ai-app-dev-finance/workshops/sandbox/manifest.json +++ b/dev-ai-app-dev-finance/workshops/sandbox/manifest.json @@ -28,9 +28,9 @@ "filename": "../../build/build.md" }, { - "title": "Lab 5: Build Agentic AI with Oracle MCP", + "title": "Lab 5: Interact with Oracle Database 23ai through an MCP Server", "description": "This is a step-by-step guide showcasing how the demo instance is navigated", - "filename": "https://oracle-livelabs.github.io/developer/dev-ai-app-dev-retail/oraclemcp/oraclemcp.md" + "filename": "https://oracle-livelabs.github.io/developer/dev-ai-app-dev-retail/mcp/mcp.md" }, { "title": "Need Help?", diff --git a/dev-ai-app-dev-finance/workshops/sandbox_aiw/index.html b/dev-ai-app-dev-finance/workshops/sandbox_aiw/index.html new file mode 100644 index 00000000..aebbdda4 --- /dev/null +++ b/dev-ai-app-dev-finance/workshops/sandbox_aiw/index.html @@ -0,0 +1,63 @@ + + + + + + + + + Oracle LiveLabs + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+ + + + + diff --git a/dev-ai-app-dev-finance/workshops/sandbox_aiw/manifest.json b/dev-ai-app-dev-finance/workshops/sandbox_aiw/manifest.json new file mode 100644 index 00000000..28e99258 --- /dev/null +++ b/dev-ai-app-dev-finance/workshops/sandbox_aiw/manifest.json @@ -0,0 +1,41 @@ +{ + "workshoptitle": "Build a GenAI-Powered Financial Services Loan Approval Application with Oracle Database 23ai", + "help": "livelabs-help-database_us@oracle.com", + "tutorials": [ + { + "title": "Introduction", + "description": "The Introduction is always first. The title and contents menu title match for the Introduction.", + "filename": "../../introduction/introduction.md" + }, + { + "title": "Lab 1: Run the Demo", + "description": "Labs that follow the introduction are numbered, starting with Lab 1", + "filename": "../../user-story/user-story.md" + }, + { + "title": "Lab 2: Connect to the Development Environment", + "description": "This is a step-by-step guide showcasing how the demo instance is navigated", + "filename": "../../connect-to-env/connect-to-env.md" + }, + { + "title": "Lab 3: Coding Basics on Oracle Database 23ai", + "description": "Some coding examples", + "filename": "https://oracle-livelabs.github.io/developer/dev-ai-app-dev-retail/codingbasics/codingbasics.md" + }, + { + "title": "Lab 4: Step by Step - Implement RAG with Oracle Database 23ai", + "description": "This is a step-by-step guide showcasing how the demo instance is navigated", + "filename": "../../build/build.md" + }, + { + "title": "Lab 5: Build Agentic AI with Oracle MCP", + "description": "This is a step-by-step guide showcasing how the demo instance is navigated", + "filename": "https://oracle-livelabs.github.io/developer/dev-ai-app-dev-retail/oraclemcp/oraclemcp.md" + }, + { + "title": "Need Help?", + "description": "Solutions to Common Problems and Directions for Receiving Live Help", + "filename": "https://oracle-livelabs.github.io/common/labs/need-help/need-help-freetier.md" + } + ] +} \ No newline at end of file diff --git a/dev-ai-app-dev-retail/oraclemcp/oraclemcp.md b/dev-ai-app-dev-retail/oraclemcp/oraclemcp.md index 360d4ccd..c4c6f8d8 100644 --- a/dev-ai-app-dev-retail/oraclemcp/oraclemcp.md +++ b/dev-ai-app-dev-retail/oraclemcp/oraclemcp.md @@ -231,7 +231,7 @@ Here’s what this app wires together: Together, these layers turn a standard Flask app into an agentic web interface — one that remembers, reasons, and interacts with Oracle Database 23ai in natural language. -## Task 4: Create and Modify Database Objects via MCP +## Task 5: Create and Modify Database Objects via MCP 1. Click **New Session** and run: @@ -250,7 +250,7 @@ Together, these layers turn a standard Flask app into an agentic web interface The agent translates your request into SQL, executes it through MCP, and confirms creation. This shows how developers can delegate common schema tasks to secure, explainable AI assistants without writing SQL manually. -## Task 5: Explore Logging and Security +## Task 6: Explore Logging and Security Oracle MCP logs every interaction automatically. You can review the logs directly in the database.