This is an automated email from the ASF dual-hosted git repository.

yasith pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-portals.git

commit 1787215909d1b256cfd8ebc87fb219272014285d
Merge: 695053922 b397f42d0
Author: yasithdev <[email protected]>
AuthorDate: Fri Jul 18 14:26:16 2025 -0500

    Merge remote-tracking branch 'amisha/main'

 airavata-mcp-client-chatbot/README.md              |     2 +
 airavata-mcp-client-chatbot/cli/package-lock.json  |   227 +
 airavata-mcp-client-chatbot/cli/package.json       |    17 +
 airavata-mcp-client-chatbot/cli/tsconfig.json      |   113 +
 .../mcp_client/initial_ollama_prompting.py         |    39 +
 .../mcp_client/requirements.txt                    |   Bin 0 -> 6496 bytes
 airavata-mcp-client-chatbot/widget/.gitignore      |    23 +
 airavata-mcp-client-chatbot/widget/README.md       |    46 +
 .../widget/package-lock.json                       | 17597 +++++++++++++++++++
 airavata-mcp-client-chatbot/widget/package.json    |    45 +
 .../widget/public/favicon.ico                      |   Bin 0 -> 3870 bytes
 .../widget/public/index.html                       |    43 +
 .../widget/public/logo192.png                      |   Bin 0 -> 5347 bytes
 .../widget/public/logo512.png                      |   Bin 0 -> 9664 bytes
 .../widget/public/manifest.json                    |    25 +
 .../widget/public/robots.txt                       |     3 +
 airavata-mcp-client-chatbot/widget/src/App.css     |    39 +
 .../widget/src/App.test.tsx                        |     9 +
 airavata-mcp-client-chatbot/widget/src/App.tsx     |    24 +
 .../widget/src/components/Chatbox.tsx              |    59 +
 airavata-mcp-client-chatbot/widget/src/index.css   |    13 +
 airavata-mcp-client-chatbot/widget/src/index.tsx   |    19 +
 airavata-mcp-client-chatbot/widget/src/logo.svg    |     1 +
 .../widget/src/react-app-env.d.ts                  |     1 +
 .../widget/src/reportWebVitals.ts                  |    15 +
 .../widget/src/setupTests.ts                       |     5 +
 airavata-mcp-client-chatbot/widget/tsconfig.json   |    26 +
 27 files changed, 18391 insertions(+)

Reply via email to