cnhkmcp 1.1.8__py3-none-any.whl → 1.1.9__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.
cnhkmcp/__init__.py CHANGED
@@ -50,7 +50,7 @@ from .untracked.forum_functions import (
50
50
  read_full_forum_post
51
51
  )
52
52
 
53
- __version__ = "1.1.8"
53
+ __version__ = "1.1.9"
54
54
  __author__ = "CNHK"
55
55
  __email__ = "cnhk@example.com"
56
56
 
@@ -1857,12 +1857,11 @@ async def get_pyramid_multipliers() -> Dict[str, Any]:
1857
1857
  return {"error": str(e)}
1858
1858
 
1859
1859
  @mcp.tool()
1860
- async def get_pyramid_alphas(region: Optional[str] = None, delay: Optional[int] = None,
1861
- category: Optional[str] = None, start_date: Optional[str] = None,
1860
+ async def get_pyramid_alphas(start_date: Optional[str] = None,
1862
1861
  end_date: Optional[str] = None) -> Dict[str, Any]:
1863
1862
  """Get user's current alpha distribution across pyramid categories."""
1864
1863
  try:
1865
- return await brain_client.get_pyramid_alphas(region, delay, category, start_date, end_date)
1864
+ return await brain_client.get_pyramid_alphas(start_date, end_date)
1866
1865
  except Exception as e:
1867
1866
  return {"error": str(e)}
1868
1867
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cnhkmcp
3
- Version: 1.1.8
3
+ Version: 1.1.9
4
4
  Summary: A comprehensive Model Context Protocol (MCP) server for quantitative trading platform integration
5
5
  Home-page: https://github.com/cnhk/cnhkmcp
6
6
  Author: CNHK
@@ -0,0 +1,10 @@
1
+ cnhkmcp/__init__.py,sha256=Tlw4ri2cMOXCs3vzMgySpzGcbL3fmRIqJL16V7cFxmM,2758
2
+ cnhkmcp/untracked/forum_functions.py,sha256=78wzvN_UYWwbWU40q8_FJNSFPJnND6W9ZRey6MSSiEk,45516
3
+ cnhkmcp/untracked/platform_functions.py,sha256=loa1NozEqaze77rESYNup_LXz3q2_cx-6G6HBJDXaII,76931
4
+ cnhkmcp/untracked/user_config.json,sha256=_INn1X1qIsITrmEno-BRlQOAGm9wnNCw-6B333DEvnk,695
5
+ cnhkmcp-1.1.9.dist-info/licenses/LICENSE,sha256=QLxO2eNMnJQEdI_R1UV2AOD-IvuA8zVrkHWA4D9gtoc,1081
6
+ cnhkmcp-1.1.9.dist-info/METADATA,sha256=ZbRfevIPe3y6fY53M2yyugUDUoPIQMuE9BMorMveHyo,5171
7
+ cnhkmcp-1.1.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ cnhkmcp-1.1.9.dist-info/entry_points.txt,sha256=lTQieVyIvjhSMK4fT-XwnccY-JBC1H4vVQ3V9dDM-Pc,70
9
+ cnhkmcp-1.1.9.dist-info/top_level.txt,sha256=x--ibUcSgOS9Z_RWK2Qc-vfs7DaXQN-WMaaxEETJ1Bw,8
10
+ cnhkmcp-1.1.9.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- cnhkmcp/__init__.py,sha256=TRhoxc6hfx6iGAFethhpcYiEi4C4og9J7nI1OzPb8gQ,2758
2
- cnhkmcp/untracked/forum_functions.py,sha256=78wzvN_UYWwbWU40q8_FJNSFPJnND6W9ZRey6MSSiEk,45516
3
- cnhkmcp/untracked/platform_functions.py,sha256=zV_2dT0p9QYK6yXD2TsKNBTWOrcDAPvvPs0aP-xtYIQ,77074
4
- cnhkmcp/untracked/user_config.json,sha256=_INn1X1qIsITrmEno-BRlQOAGm9wnNCw-6B333DEvnk,695
5
- cnhkmcp-1.1.8.dist-info/licenses/LICENSE,sha256=QLxO2eNMnJQEdI_R1UV2AOD-IvuA8zVrkHWA4D9gtoc,1081
6
- cnhkmcp-1.1.8.dist-info/METADATA,sha256=Aaq-8nx0k1evkJ9giAWtSUqs06jfK6qeThRPTuwjx_A,5171
7
- cnhkmcp-1.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- cnhkmcp-1.1.8.dist-info/entry_points.txt,sha256=lTQieVyIvjhSMK4fT-XwnccY-JBC1H4vVQ3V9dDM-Pc,70
9
- cnhkmcp-1.1.8.dist-info/top_level.txt,sha256=x--ibUcSgOS9Z_RWK2Qc-vfs7DaXQN-WMaaxEETJ1Bw,8
10
- cnhkmcp-1.1.8.dist-info/RECORD,,