avanza-mcp 1.0.0__py3-none-any.whl → 1.1.0__py3-none-any.whl

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.
avanza_mcp/__init__.py CHANGED
@@ -10,7 +10,7 @@ Provides access to:
10
10
  - Real-time market status and trading hours
11
11
  """
12
12
 
13
- __version__ = "1.0.0"
13
+ __version__ = "1.1.0"
14
14
 
15
15
  from fastmcp import FastMCP
16
16
 
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: avanza-mcp
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: MCP server for Avanza public market data API - Swedish stocks, funds, and more
5
5
  License-File: LICENSE.md
6
6
  Requires-Python: >=3.12
7
7
  Requires-Dist: fastmcp==3.0.0b1
8
- Requires-Dist: httpx>=0.27.0
8
+ Requires-Dist: httpx-sse>=0.4.3
9
+ Requires-Dist: httpx<1.0,>=0.28.1
9
10
  Requires-Dist: pydantic>=2.0.0
10
11
  Requires-Dist: tenacity>=9.0.0
11
12
  Provides-Extra: dev
@@ -72,12 +73,14 @@ For Claude Desktop or other MCP clients, add to your configuration:
72
73
  "mcpServers": {
73
74
  "avanza": {
74
75
  "command": "uvx",
75
- "args": ["avanza-mcp"]
76
+ "args": ["--prerelease=allow", "avanza-mcp"]
76
77
  }
77
78
  }
78
79
  }
79
80
  ```
80
81
 
82
+ > **Note:** The `--prerelease=allow` flag is required because this package depends on fastmcp 3.0 (currently in beta). This will no longer be needed once fastmcp 3.0 stable is released.
83
+
81
84
  ### Usage in Claude Desktop
82
85
 
83
86
  Once configured, you can ask Claude:
@@ -1,4 +1,4 @@
1
- avanza_mcp/__init__.py,sha256=BZ26uazp_mAWUwnynnO8YP2nv2dElW4AMYnlVGTvxmM,891
1
+ avanza_mcp/__init__.py,sha256=z1yGlE_ismfqQcyXrIKXnf9YrQt6f-w3uexCERSl-3I,891
2
2
  avanza_mcp/client/__init__.py,sha256=Yab-cUgQclyZgqdUkl7I15abQjEXVLoTvD3430oxpuY,515
3
3
  avanza_mcp/client/base.py,sha256=92WrXDf0oTvE9gLJvEcbNkgbaT3rQkhoCAoGIpbaz0M,12853
4
4
  avanza_mcp/client/endpoints.py,sha256=9Puu15PHVxmqmvSfIxVDcILztJrZoD2bLX7OlePyplg,1473
@@ -19,8 +19,8 @@ avanza_mcp/tools/__init__.py,sha256=NMBh_rZ5q0u3WtQlfUxDVisWqJmtYc-3r2DHasKwMTQ,
19
19
  avanza_mcp/tools/funds.py,sha256=qRLYsZH-zNGCI_0KwfgFm1J43Bxlva9ug8mVIp6-Nzs,8781
20
20
  avanza_mcp/tools/market_data.py,sha256=qqvnrnYpcvPucZlqvLHODh4DsRF5XPC7WmguDmaEzEk,16474
21
21
  avanza_mcp/tools/search.py,sha256=srB7K-9VCJhB6Zvs4aLX_jfFekiMUIkYgOAp5IrCApg,3722
22
- avanza_mcp-1.0.0.dist-info/METADATA,sha256=ngefdiVOguK_u6KSS20eiaro8rvMqmD1Wvh8CXOorR4,3570
23
- avanza_mcp-1.0.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
24
- avanza_mcp-1.0.0.dist-info/entry_points.txt,sha256=4MF6-imOIBHK-U5DLdRrufwrV3MXfqGG0OIA_e4Jl_M,47
25
- avanza_mcp-1.0.0.dist-info/licenses/LICENSE.md,sha256=WVxy2qGCtophbFXxeAHHY0IksvRJLsUIuRgcGNtqH5Q,1065
26
- avanza_mcp-1.0.0.dist-info/RECORD,,
22
+ avanza_mcp-1.1.0.dist-info/METADATA,sha256=KRuNcKT_yB6uE_SgX9kwVbb5VIqJvljZF9D_JXbRtXk,3816
23
+ avanza_mcp-1.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
24
+ avanza_mcp-1.1.0.dist-info/entry_points.txt,sha256=4MF6-imOIBHK-U5DLdRrufwrV3MXfqGG0OIA_e4Jl_M,47
25
+ avanza_mcp-1.1.0.dist-info/licenses/LICENSE.md,sha256=WVxy2qGCtophbFXxeAHHY0IksvRJLsUIuRgcGNtqH5Q,1065
26
+ avanza_mcp-1.1.0.dist-info/RECORD,,