Skip to content

Commit 65d126a

Browse files
committed
fix(docs): update copyright year and enhance quick-start documentation for MCP server
1 parent c57b754 commit 65d126a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default withMermaid(defineConfig({
6060

6161
footer: {
6262
message: 'Released under the MIT License.',
63-
copyright: 'Copyright © 2024 Tool Agent'
63+
copyright: 'Copyright © 2025 Coala'
6464
},
6565

6666
editLink: {

docs/guide/quick-start.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ This creates an MCP server that exposes two bioinformatics tools:
1919
- `ncbi_datasets_gene`: Retrieves gene metadata from NCBI datasets
2020
- `bcftools_view`: Subsets and filters VCF/BCF files
2121

22+
## Start MCP Server
23+
24+
```bash
25+
python examples/bioinfo_question.py
26+
```
27+
2228
## Configure MCP Client
2329

2430
Once the server is running, you can configure your MCP client (e.g., in Cursor) to connect to it:
@@ -42,12 +48,6 @@ With this setup, you can ask the LLM natural language questions like:
4248

4349
The LLM will automatically discover the available tools, understand their parameters, invoke the appropriate tool with the correct arguments, and present the results in a user-friendly format.
4450

45-
## Start MCP Server
46-
47-
```bash
48-
python examples/bioinfo_question.py
49-
```
50-
5151
## Next Steps
5252

5353
- Learn more about [MCP Server setup](/guide/mcp-server)

0 commit comments

Comments
 (0)