Skip to content

Prasannajaga/mcp-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔧 Setting Up the Environment (using uv)

# 1. Create and activate a virtual environment using uv
uv venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

# 2. Install all project dependencies from pyproject.toml
uv pip install -r requirements.txt  # or just:
uv pip install .

# 3. Run the application or scripts
uv run <file>

About

Exploring Mcp-Servers integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages