From c78b18f08a13a41fe96e5cf482d7de4361d067ed Mon Sep 17 00:00:00 2001 From: Ben Borla Date: Mon, 9 Dec 2024 15:34:00 +0800 Subject: [PATCH] updated project readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45899a32..22eeb1c8 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ These servers aim to demonstrate MCP features and the Typescript and Python SDK. - **[Google Maps](src/google-maps)** - Location services, directions, and place details - **[Memory](src/memory)** - Knowledge graph-based persistent memory system - **[PostgreSQL](src/postgres)** - Read-only database access with schema inspection +- **[MySQL](src/mysql)** - Read-only database access with schema inspection for MySQL - **[Puppeteer](src/puppeteer)** - Browser automation and web scraping - **[Sentry](src/sentry)** - Retrieving and analyzing issues from Sentry.io - **[Sequential Thinking](src/sequentialthinking)** - Dynamic and reflective problem-solving through thought sequences