yr-mcp-server
0
YR MCP Server facilitates environment setup across Windows and Linux using 'uv'. It provides options to install dependencies and run the server using either UV or pip tools.
YR MCP Server
The YR MCP Server is set up using 'uv'. It includes detailed instructions for setting up the environment on Windows and Linux. Dependencies can be installed using either uv pip
with a pyproject.toml
or traditional pip
with a requirements.txt
. The server can be run by the command uv run yr.py
or python yr.py
.