MCP Project\
\ FastAPI-based MCP (Master Control Program) implementation.\ \
Setup\
\
- Create a virtual environment:\
python -m venv venv\
source venv/bin/activate # On Windows: venv\\\\Scripts\\\\activate\\
- Install dependencies:\
pip install -r requirements.txt\\
- Run the application:\
uvicorn app.main:app --reload\\
Documentation\
\
- Swagger UI: http://localhost:8000/docs\
- ReDoc: http://localhost:8000/redoc\
\
AbadIA-MCP\
AbadIA MCP server. \ \ Surprise!!! The AbadIA project has an MCP server!!!!\ \ We starting to work with the AbadIA agent and as everybody knows: an agent can't live without an (or more) MCP server.
