Skip to content

Commit b00fdb8

Browse files
authored
Merge pull request #19 from zwldarren/dev
upgrade deps
2 parents 353f114 + a2480a6 commit b00fdb8

File tree

3 files changed

+357
-306
lines changed

3 files changed

+357
-306
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "akshare-one-mcp"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "MCP server that provides access to Chinese stock market data using akshare-one"
55
readme = "README.md"
66
license = { text = "MIT" }
77
authors = [{ name = "zwldarren", email = "zwldarren@gmail.com" }]
88
requires-python = ">=3.12"
99
dependencies = [
10-
"akshare-one>=0.3.8",
10+
"akshare-one>=0.3.10",
1111
"fastmcp>=2.11.3",
1212
]
1313
keywords = ["akshare", "stock", "mcp", "mcp-server"]

src/akshare_one_mcp/__main__.py

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

88

99
def main():
10-
# mcp.run(transport="streamable-http", port=8902)
10+
# mcp.run(transport="streamable-http", port=8081)
1111
mcp.run()
1212

1313

0 commit comments

Comments
 (0)