Skip to content

Commit f29c4d0

Browse files
committed
Update README.md
1 parent 8e5a289 commit f29c4d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ScrapeGraph MCP Server
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4-
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
4+
[![Python 3.13+](https://img.shields.io/badge/python-3.13+-blue.svg)](https://www.python.org/downloads/)
55
[![smithery badge](https://smithery.ai/badge/@ScrapeGraphAI/scrapegraph-mcp)](https://smithery.ai/server/@ScrapeGraphAI/scrapegraph-mcp)
66

77

@@ -220,7 +220,7 @@ To run the MCP server locally for development or testing, follow these steps:
220220

221221
### Prerequisites
222222

223-
- Python 3.10 or higher
223+
- Python 3.13 or higher
224224
- pip or uv package manager
225225
- ScrapeGraph API key
226226

@@ -356,7 +356,7 @@ The ScrapeGraph MCP server can be integrated with [Google ADK (Agent Development
356356

357357
### Prerequisites
358358

359-
- Python 3.10 or higher
359+
- Python 3.13 or higher
360360
- Google ADK installed
361361
- ScrapeGraph API key
362362

@@ -533,7 +533,7 @@ For detailed troubleshooting, see the [.agent documentation](.agent/README.md).
533533

534534
### Prerequisites
535535

536-
- Python 3.10 or higher
536+
- Python 3.13 or higher
537537
- pip or uv package manager
538538
- ScrapeGraph API key
539539

@@ -671,7 +671,7 @@ npx @modelcontextprotocol/inspector scrapegraph-mcp
671671
- **Type hints**: Required for all functions
672672
- **Docstrings**: Google-style docstrings
673673
- **Error handling**: Return error dicts, don't raise exceptions in tools
674-
- **Python version**: Target 3.10+
674+
- **Python version**: Target 3.13+
675675

676676
For detailed development guidelines, see the [.agent documentation](.agent/README.md).
677677

@@ -686,7 +686,7 @@ For comprehensive developer documentation, see:
686686
## Technology Stack
687687

688688
### Core Framework
689-
- **Python 3.10+** - Modern Python with type hints
689+
- **Python 3.13+** - Modern Python with type hints
690690
- **FastMCP** - Lightweight MCP server framework
691691
- **httpx 0.24.0+** - Modern async HTTP client
692692

0 commit comments

Comments
 (0)