Skip to content

Commit 9c90fd8

Browse files
committed
Release 0.4.0: Proxy support refactoring and documentation
- Make prompt-toolkit a required dependency (remove mbro extra) - mbro might still become its own package later - Add test status badge to README - Add local/ to gitignore for development files Signed-off-by: Phillip Sitbon <phillip.sitbon@gmail.com>
1 parent b362a5f commit 9c90fd8

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
*.py[co]
99
__pycache__/
1010

11-
# Not tracking playground files for now
1211
play/
12+
local/
13+
CLAUDE.local.md

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "magg"
3-
version = "0.3.7.30"
3+
version = "0.4.0.30"
44
requires-python = ">=3.13"
55
description = "MCP Aggregator"
66
authors = [{ name = "Phillip Sitbon", email = "phillip.sitbon@gmail.com"}]
@@ -46,7 +46,8 @@ dependencies = [
4646
"aiohttp<4",
4747
"pydantic<3",
4848
"pydantic-settings<3",
49-
"rich>=14.0.0",
49+
"rich<15",
50+
"prompt-toolkit<4",
5051
]
5152

5253
[project.urls]
@@ -66,9 +67,6 @@ test = [
6667
"pytest-asyncio>=1.0.0",
6768
"prompt-toolkit>=3.0.51",
6869
]
69-
mbro = [
70-
"prompt-toolkit>=3.0.51",
71-
]
7270

7371
[dependency-groups]
7472
dev = [

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 🧲 MAGG - The MCP (Model Context Protocol) Aggregator
22

3+
[![Tests](https://img.shields.io/github/actions/workflow/status/sitbon/magg/test.yml?style=flat-square&label=tests)](https://github.com/sitbon/magg/actions/workflows/test.yml)
34
[![Python Version](https://img.shields.io/pypi/pyversions/magg?style=flat-square&logo=python&logoColor=white)](https://pypi.org/project/magg/)
45
[![PyPI Version](https://img.shields.io/pypi/v/magg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/magg/)
56
[![GitHub Release](https://img.shields.io/github/v/release/sitbon/magg?style=flat-square&logo=github)](https://github.com/sitbon/magg/releases)

uv.lock

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)