We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f702898 + 46d2eba commit 383ee1cCopy full SHA for 383ee1c
fastmcp.json
@@ -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
@@ -1,6 +1,6 @@
[project]
name = "akshare-one-mcp"
-version = "0.3.7"
+version = "0.3.8"
description = "MCP server that provides access to Chinese stock market data using akshare-one"
readme = "README.md"
license = { text = "MIT" }
0 commit comments