Metadata-Version: 2.4
Name: mseep-mcpvideo
Version: 0.1.1
Summary: Add your description here
Home-page: 
Author: mseep
Author-email: mseep <support@skydeck.ai>
Maintainer-email: mseep <support@skydeck.ai>
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: chromadb>=1.0.4
Requires-Dist: colorama>=0.4.6
Requires-Dist: mcp[cli]>=1.6.0
Requires-Dist: smolagents[litellm,mcp]>=1.13.0
Requires-Dist: yfinance>=0.2.55
Dynamic: author
Dynamic: requires-python

# MCP in 10 Minutes
Learn how to build a MCP Server for Yahoo Finance (and just about anything else) in 10 minutes. 

## See it live and in action 📺
<img src="https://i.imgur.com/P1uv4QN.jpeg"/>

# Startup 🚀
1. Clone this repository `git clone https://github.com/nicknochnack/MCPin10` and go into it `cd MCPin10`
2. Create a virtual environment `uv venv` and activate it `source .venv/bin/activate`
3. Install the dependencies `uv sync`
4. Run the inspector `uv run mcp dev server.py`
5. Run the agent `uv run agent.py`
6. Install langflow and run it: `uv pip install langflow` and `uv run langflow run`

<b>N.b.</b> Make sure you have ollama running. 

# Other stuff
- Installing Langflow: https://docs.langflow.org/get-started-installation

# Who, When, Why?

👨🏾‍💻 Author: Nick Renotte <br />
📅 Version: 1.x<br />
📜 License: This project is licensed under the MIT License </br>
