stock-trading-mcp 0.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.
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: stock-trading-mcp
3
+ Version: 0.1.0
4
+ Summary: AKShare MCP Server
5
+ Requires-Python: >=3.10
6
+ Requires-Dist: akshare>=1.17.26
7
+ Requires-Dist: mcp
8
+ Requires-Dist: numpy
9
+ Requires-Dist: pandas
10
+ Description-Content-Type: text/markdown
11
+
12
+ # AKShare MCP Server
13
+
14
+ An MCP stdio server for A-share market technical analysis powered by AkShare.
15
+
16
+ ## Install
17
+
18
+ ```bash
19
+ pip install stock-trading-mcp
20
+ ```
21
+
22
+ ## Run
23
+
24
+ ```bash
25
+ stock-trading-mcp
26
+ ```
@@ -0,0 +1,7 @@
1
+ stock_trading_mcp/__init__.py,sha256=v-rRiDOgZ3sQSMQKq0vgUQZvpeOkoHFXissAx6Ktg84,61
2
+ stock_trading_mcp/_version.py,sha256=kUR5RAFc7HCeiqdlX36dZOHkUI5wI6V_43RpEcD8b-0,22
3
+ stock_trading_mcp/server.py,sha256=f-XOhn1JHox8BH1KIPDzhicClrf1v_Yki1eE4lvRJyU,49411
4
+ stock_trading_mcp-0.1.0.dist-info/METADATA,sha256=CDw9RAPmhMCSo0u8XP2S9GsTgTzSOOZjpHHCl176g6Q,442
5
+ stock_trading_mcp-0.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
6
+ stock_trading_mcp-0.1.0.dist-info/entry_points.txt,sha256=dntEMiKTGZE7Bi0OKyJ4hczIu-sSLdDCeigtqmmiG1Y,68
7
+ stock_trading_mcp-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.28.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ stock-trading-mcp = stock_trading_mcp.server:main