Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mcp_aktools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
_LOGGER = logging.getLogger(__name__)
_LOGGER.setLevel(logging.INFO)

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

field_symbol = Field(description="股票代码")
field_market = Field("sh", description="股票市场,仅支持: sh(上证), sz(深证), hk(港股), us(美股), 不支持加密货币")
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mcp-aktools"
version = "0.1.14"
version = "0.1.15"
description = "MCP Server for stock and crypto"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -10,7 +10,7 @@ dependencies = [
"akshare>=1.17.0",
"cachetools>=6.2.0",
"diskcache>=5.6.0",
"fastmcp>=2.0.0",
"fastmcp>=2.0.0,<3.0.0",
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/aahl/mcp-aktools",
"source": "github"
},
"version": "0.1.14",
"version": "0.1.15",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-aktools",
"version": "0.1.14",
"version": "0.1.15",
"transport": {"type": "stdio"}
},
{
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.