Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 527 Bytes

File metadata and controls

16 lines (11 loc) · 527 Bytes

MCP Stock Application

This project demonstrates how the MCP protocol can be used to facilitate tool calling for AI agents. It consists of the following components:

  • Server: MCP_stock_app_server
  • Client: MCP_stock_app_client
  • Tools Module: stock_tools
  • User Interface: Built with Streamlit

Running the Application

To start the application, use the following command:

poetry run streamlit run MCP_stock_app_client.py 
from the following path MCPStockPythonProject/mcpstockpythonproject