Add your description here
Project description
Build a MCP Server
A complete walkthrough on how to build a MCP server to serve a trained Random Forest model and integrate it with Bee Framework for ReAct interactivity.
See it live and in action 📺
Startup MCP Server 🚀
- Clone this repo
git clone https://github.com/nicknochnack/BuildMCPServer - To run the MCP server
cd BuildMCPServer
uv venv
source .venv/bin/activate
uv add .
uv add ".[dev]"
uv run mcp dev server.py - To run the agent, in a separate terminal, run:
source .venv/bin/activate
uv run singleflowagent.py
Startup FastAPI Hosted ML Server
git clone https://github.com/nicknochnack/CodeThat-FastML
cd CodeThat-FastML
pip install -r requirements.txt
uvicorn mlapi:app --reload
Detailed instructions on how to build it can also be found here
Other References 🔗
Who, When, Why?
👨🏾💻 Author: Nick Renotte
📅 Version: 1.x
📜 License: This project is licensed under the MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_buildmcpserver-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_buildmcpserver-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e1eae27e12cfcc245c7c0fce5e64824be050a95dbf6cf38af9fffd844908ec7
|
|
| MD5 |
10d96dfdb9cb12fbae5292375b36a6d2
|
|
| BLAKE2b-256 |
a1eaea91dc3e98d34755877b8197bca6667578627dc447bc9f708e7e67c4d98c
|
File details
Details for the file iflow_mcp_buildmcpserver-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_buildmcpserver-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4669344f6912360b592f2501cc69492a0caf0079697727a5ce62ba2faa556ac4
|
|
| MD5 |
e5797275fb746e74a9065a35cd1708d4
|
|
| BLAKE2b-256 |
4d8a63861a98a08d16f9d234ebf1b9f9f9eeaf63c8d84952ba86f47f06a9ea45
|