Skip to content

Commit 6c46a06

Browse files
committed
📈 AkTools MCP Server
1 parent 23b1c94 commit 6c46a06

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

mcp_aktools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
_LOGGER = logging.getLogger(__name__)
1616
_LOGGER.setLevel(logging.INFO)
1717

18-
mcp = FastMCP(name="mcp-aktools", version="0.1.14")
18+
mcp = FastMCP(name="mcp-aktools", version="0.1.15")
1919

2020
field_symbol = Field(description="股票代码")
2121
field_market = Field("sh", description="股票市场,仅支持: sh(上证), sz(深证), hk(港股), us(美股), 不支持加密货币")

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-aktools"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
description = "MCP Server for stock and crypto"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -10,7 +10,7 @@ dependencies = [
1010
"akshare>=1.17.0",
1111
"cachetools>=6.2.0",
1212
"diskcache>=5.6.0",
13-
"fastmcp>=2.0.0",
13+
"fastmcp>=2.0.0,<3.0.0",
1414
]
1515

1616
[project.urls]

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/aahl/mcp-aktools",
88
"source": "github"
99
},
10-
"version": "0.1.14",
10+
"version": "0.1.15",
1111
"packages": [
1212
{
1313
"registryType": "pypi",
1414
"identifier": "mcp-aktools",
15-
"version": "0.1.14",
15+
"version": "0.1.15",
1616
"transport": {"type": "stdio"}
1717
},
1818
{

uv.lock

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

0 commit comments

Comments
 (0)