mcp-biodiversity
0
The Biodiversity Model Context Protocol Server provides a setup guide for configuring and running the server on Windows. It includes instructions for managing the virtual environment and executing the server in various modes.
mcp install server.py
Install the server
mcp run server.py
Run the server
python -m uvicorn server:mcp --reload
Run the server and support automatic reloading
mcp dev server.py
Run development server and debugging tools
Get-Process | Where-Object { $_.ProcessName -like "
View running processes
Get-Process | Where-Object { $_.ProcessName -like "
Stop running processes