Skip to content

Commit 02e1de0

Browse files
committed
docs(readme): update README with latest updates section and refine submission guidance
1 parent f424bf1 commit 02e1de0

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</p>
1515

1616
<p align="center">
17-
<em><sub>If you want to add a new MCP service, you can submit an issue.</sub></em>
17+
<em><sub>If you think there are any financial MCP tools that are necessary, please submit an issue to us, and we will respond as soon as possible.</sub></em>
1818
</p>
1919

2020
<p align="center">
@@ -23,6 +23,12 @@
2323

2424
---
2525

26+
## 📰 Latest Updates
27+
28+
- **[2025-01]** 🎉 Released finance-mcp v0.1.1
29+
30+
---
31+
2632
## 📖 Project Overview
2733

2834
Finance MCP is an intelligent agent toolkit and MCP server designed for financial research scenarios. Built on
@@ -274,7 +280,7 @@ from fastmcp import Client
274280
async def main():
275281
async with Client("http://0.0.0.0:8001/sse") as client:
276282
result = await client.call_tool(
277-
name="dashscope_search",
283+
name="dashscope_search",
278284
arguments={"query": "Recent news about Zijin Mining"}
279285
)
280286
print(result)

test_op/test_project_http.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ def test_http_service(endpoint: str, data: str) -> None:
8585
def main() -> None:
8686
"""
8787
Start the finance-mcp HTTP service and exercise selected endpoints.
88-
88+
8989
Example: Streaming Deep Research
90-
90+
9191
finance-mcp \
9292
config=default,stream_agent \
9393
backend=http \
9494
http.host=0.0.0.0 \
9595
http.port=8002 \
9696
llm.default.model_name=qwen3-30b-a3b-thinking-2507
97-
97+
9898
curl -X POST http://0.0.0.0:8002/langchain_deep_research \
9999
-H "Content-Type: application/json" \
100100
-d '{"query": "茅台怎么样?"}'

0 commit comments

Comments
 (0)