Skip to content

Commit f244263

Browse files
committed
add image to readme
1 parent 421cec7 commit f244263

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
.vscode/mcp.json
21
AIResearchHub/__pycache__/paper_manager.cpython-313.pyc
32
AIResearchHub/__pycache__/server.cpython-313.pyc
3+
mcp-env/
4+
__pycache__/
5+

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ By the end of this tutorial series, you'll have:
1111

1212
## Tutorial Structure
1313

14-
### [Part 1: Prerequisites and Setup](part1-setup.md)
14+
### [Part 1: Setup and Core Concepts](#quick-start)
15+
16+
![mcp-core-concepts](./images/mcp-concepts.png)
1517

1618
**⏱️ Time: 15-20 minutes**
1719

1820
Set up your development environment and understand MCP fundamentals:
1921
- Install VS Code, Python 3.12+, and Python extension
2022
- Learn what Model Context Protocol is and why it matters
2123
- Understand the client-server architecture
22-
- Verify your development environment
2324

24-
**Start here**: [Part 1: Prerequisites and Setup →](part1-setup.md)
2525

2626
* Note for a more in depth 'Getting Started' with MCP Demo check out [mcp-python-demo](https://github.com/pamelafox/mcp-python-demo)
2727

images/mcp-concepts.png

124 KB
Loading

0 commit comments

Comments
 (0)