magg 0.3.2__tar.gz → 0.3.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. {magg-0.3.2 → magg-0.3.4}/PKG-INFO +2 -1
  2. {magg-0.3.2 → magg-0.3.4}/pyproject.toml +4 -1
  3. {magg-0.3.2 → magg-0.3.4}/magg/__init__.py +0 -0
  4. {magg-0.3.2 → magg-0.3.4}/magg/__main__.py +0 -0
  5. {magg-0.3.2 → magg-0.3.4}/magg/cli.py +0 -0
  6. {magg-0.3.2 → magg-0.3.4}/magg/discovery/__init__.py +0 -0
  7. {magg-0.3.2 → magg-0.3.4}/magg/discovery/catalog.py +0 -0
  8. {magg-0.3.2 → magg-0.3.4}/magg/discovery/metadata.py +0 -0
  9. {magg-0.3.2 → magg-0.3.4}/magg/discovery/search.py +0 -0
  10. {magg-0.3.2 → magg-0.3.4}/magg/logs/__init__.py +0 -0
  11. {magg-0.3.2 → magg-0.3.4}/magg/logs/adapter.py +0 -0
  12. {magg-0.3.2 → magg-0.3.4}/magg/logs/config.py +0 -0
  13. {magg-0.3.2 → magg-0.3.4}/magg/logs/defaults.py +0 -0
  14. {magg-0.3.2 → magg-0.3.4}/magg/logs/filter.py +0 -0
  15. {magg-0.3.2 → magg-0.3.4}/magg/logs/formatter.py +0 -0
  16. {magg-0.3.2 → magg-0.3.4}/magg/logs/handler.py +0 -0
  17. {magg-0.3.2 → magg-0.3.4}/magg/logs/listener.py +0 -0
  18. {magg-0.3.2 → magg-0.3.4}/magg/logs/queue.py +0 -0
  19. {magg-0.3.2 → magg-0.3.4}/magg/mbro/__init__.py +0 -0
  20. {magg-0.3.2 → magg-0.3.4}/magg/mbro/__main__.py +0 -0
  21. {magg-0.3.2 → magg-0.3.4}/magg/mbro/acon.py +0 -0
  22. {magg-0.3.2 → magg-0.3.4}/magg/mbro/cli.py +0 -0
  23. {magg-0.3.2 → magg-0.3.4}/magg/mbro/client.py +0 -0
  24. {magg-0.3.2 → magg-0.3.4}/magg/mbro/formatter.py +0 -0
  25. {magg-0.3.2 → magg-0.3.4}/magg/mbro/test/__init__.py +0 -0
  26. {magg-0.3.2 → magg-0.3.4}/magg/mbro/test/test_basic_functionality.py +0 -0
  27. {magg-0.3.2 → magg-0.3.4}/magg/mbro/test/test_cli.py +0 -0
  28. {magg-0.3.2 → magg-0.3.4}/magg/mbro/test/test_client.py +0 -0
  29. {magg-0.3.2 → magg-0.3.4}/magg/mbro/test/test_integration.py +0 -0
  30. {magg-0.3.2 → magg-0.3.4}/magg/mbro/test/test_search_functionality.py +0 -0
  31. {magg-0.3.2 → magg-0.3.4}/magg/mbro/test/test_tool_calling.py +0 -0
  32. {magg-0.3.2 → magg-0.3.4}/magg/process.py +0 -0
  33. {magg-0.3.2 → magg-0.3.4}/magg/server/__init__.py +0 -0
  34. {magg-0.3.2 → magg-0.3.4}/magg/server/__main__.py +0 -0
  35. {magg-0.3.2 → magg-0.3.4}/magg/server/cli.py +0 -0
  36. {magg-0.3.2 → magg-0.3.4}/magg/server/defaults.py +0 -0
  37. {magg-0.3.2 → magg-0.3.4}/magg/server/manager.py +0 -0
  38. {magg-0.3.2 → magg-0.3.4}/magg/server/proxy.py +0 -0
  39. {magg-0.3.2 → magg-0.3.4}/magg/server/response.py +0 -0
  40. {magg-0.3.2 → magg-0.3.4}/magg/server/runner.py +0 -0
  41. {magg-0.3.2 → magg-0.3.4}/magg/server/server.py +0 -0
  42. {magg-0.3.2 → magg-0.3.4}/magg/settings.py +0 -0
  43. {magg-0.3.2 → magg-0.3.4}/magg/test/__init__.py +0 -0
  44. {magg-0.3.2 → magg-0.3.4}/magg/test/test_basic.py +0 -0
  45. {magg-0.3.2 → magg-0.3.4}/magg/test/test_client_api.py +0 -0
  46. {magg-0.3.2 → magg-0.3.4}/magg/test/test_client_mounting.py +0 -0
  47. {magg-0.3.2 → magg-0.3.4}/magg/test/test_config.py +0 -0
  48. {magg-0.3.2 → magg-0.3.4}/magg/test/test_config_migration.py +0 -0
  49. {magg-0.3.2 → magg-0.3.4}/magg/test/test_e2e_mounting.py +0 -0
  50. {magg-0.3.2 → magg-0.3.4}/magg/test/test_e2e_simple.py +0 -0
  51. {magg-0.3.2 → magg-0.3.4}/magg/test/test_error_handling.py +0 -0
  52. {magg-0.3.2 → magg-0.3.4}/magg/test/test_integration.py +0 -0
  53. {magg-0.3.2 → magg-0.3.4}/magg/test/test_mounting.py +0 -0
  54. {magg-0.3.2 → magg-0.3.4}/magg/test/test_mounting_debug.py +0 -0
  55. {magg-0.3.2 → magg-0.3.4}/magg/test/test_mounting_real.py +0 -0
  56. {magg-0.3.2 → magg-0.3.4}/magg/test/test_server_add.py +0 -0
  57. {magg-0.3.2 → magg-0.3.4}/magg/test/test_server_removal.py +0 -0
  58. {magg-0.3.2 → magg-0.3.4}/magg/test/test_tool_delegation.py +0 -0
  59. {magg-0.3.2 → magg-0.3.4}/magg/test/test_transport.py +0 -0
  60. {magg-0.3.2 → magg-0.3.4}/magg/util/__init__.py +0 -0
  61. {magg-0.3.2 → magg-0.3.4}/magg/util/system.py +0 -0
  62. {magg-0.3.2 → magg-0.3.4}/magg/util/terminal.py +0 -0
  63. {magg-0.3.2 → magg-0.3.4}/magg/util/transform.py +0 -0
  64. {magg-0.3.2 → magg-0.3.4}/magg/util/transport.py +0 -0
  65. {magg-0.3.2 → magg-0.3.4}/magg/util/transports.py +0 -0
  66. {magg-0.3.2 → magg-0.3.4}/magg/util/uri.py +0 -0
  67. {magg-0.3.2 → magg-0.3.4}/readme.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: magg
3
- Version: 0.3.2
3
+ Version: 0.3.4
4
4
  Summary: MCP Aggregator
5
5
  License: license.md
6
6
  Keywords: model,context,protocol,ai,agent,mcp,aggregator,proxy,fastmcp,aiohttp,pydantic,pydantic-settings,rich
@@ -33,6 +33,7 @@ Requires-Dist: pydantic-settings (<3)
33
33
  Requires-Dist: pytest (>=8.4.0) ; extra == "test"
34
34
  Requires-Dist: pytest-asyncio (>=1.0.0) ; extra == "test"
35
35
  Requires-Dist: rich (>=14.0.0)
36
+ Project-URL: Repository, https://github.com/sitbon/magg
36
37
  Description-Content-Type: text/markdown
37
38
 
38
39
  # MAGG - The MCP (Model Context Protocol) Aggregator
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "magg"
3
- version = "0.3.2"
3
+ version = "0.3.4"
4
4
  requires-python = ">=3.13"
5
5
  description = "MCP Aggregator"
6
6
  authors = [{ name = "Phillip Sitbon", email = "phillip.sitbon@gmail.com"}]
@@ -49,6 +49,9 @@ dependencies = [
49
49
  "rich>=14.0.0",
50
50
  ]
51
51
 
52
+ [project.urls]
53
+ Repository = "https://github.com/sitbon/magg"
54
+
52
55
  [project.scripts]
53
56
  magg = "magg.cli:main"
54
57
  mbro = "magg.mbro.cli:main"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes