Skip to content

Commit 5f1290d

Browse files
committed
📈 AkTools MCP Server
1 parent 4509cf9 commit 5f1290d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

mcp_aktools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
_LOGGER = logging.getLogger(__name__)
1616

17-
mcp = FastMCP(name="mcp-aktools", version="0.1.7")
17+
mcp = FastMCP(name="mcp-aktools", version="0.1.8")
1818

1919
field_symbol = Field(description="股票代码")
2020
field_market = Field("sh", description="股票市场,如: sh(上证), sz(深证), hk(港股), us(美股) 等")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-aktools"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "MCP Server for stock and crypto"
55
readme = "README.md"
66
requires-python = ">=3.10"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "io.github.aahl/mcp-aktools",
44
"title": "AkTools MCP Server",
55
"description": "MCP Server for stock and crypto",
6-
"version": "0.1.7",
6+
"version": "0.1.8",
77
"repository": {
88
"url": "https://github.com/aahl/mcp-aktools",
99
"source": "github"
@@ -12,7 +12,7 @@
1212
{
1313
"registryType": "pypi",
1414
"identifier": "mcp-aktools",
15-
"version": "0.1.7",
15+
"version": "0.1.8",
1616
"transport": {"type": "stdio"}
1717
},
1818
{

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)