-
Notifications
You must be signed in to change notification settings - Fork 414
Open
Labels
enhancementNew feature or requestNew feature or requesttriageIssues / Features awaiting triageIssues / Features awaiting triage
Description
π§ Type of Feature
Please select the most appropriate category:
- Enhancement to existing functionality
- New feature or capability
- New MCP-compliant server
- New component or integration
- Developer tooling or test improvement
- Packaging, automation and deployment (ex: pypi, docker, quay.io, kubernetes, terraform)
- Other (please describe below)
π§ Epic
Title: uv is faster and more flexible than pip
Goal: ease installation in multi-version Python setups
Why now: modern packet handling, speed
πβοΈ User Story 1
As a: developer
I want: to seamlessly install virtual environments
So that: different Python versions do not interfere
β Acceptance Criteria
the following replaced the pip& .venv part of the Powershell installation
uv init
uv venv --python 3.11.6
.venv\Scripts\activate
uv pip install mcp-contextforge-gateway
...π Alternatives Considered
Note: might even work with the simpler uv add mcp-contextforge-gateway.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriageIssues / Features awaiting triageIssues / Features awaiting triage