Skip to content

Commit 383ee1c

Browse files
authored
Merge pull request #46 from zwldarren/dev
fix error of `get_news_data` tool
2 parents f702898 + 46d2eba commit 383ee1c

File tree

3 files changed

+620
-313
lines changed

3 files changed

+620
-313
lines changed

fastmcp.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://gofastmcp.com/public/schemas/fastmcp.json/v1.json",
3+
"source": {
4+
"type": "filesystem",
5+
"path": "src/akshare_one_mcp/server.py",
6+
"entrypoint": "mcp"
7+
},
8+
"environment": {
9+
"type": "uv",
10+
"python": ">=3.10",
11+
"project": "."
12+
},
13+
"deployment": {
14+
"transport": "stdio",
15+
"log_level": "INFO"
16+
}
17+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "akshare-one-mcp"
3-
version = "0.3.7"
3+
version = "0.3.8"
44
description = "MCP server that provides access to Chinese stock market data using akshare-one"
55
readme = "README.md"
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)