Skip to content

Commit f2cbb74

Browse files
committed
fixed version and updated the server list in the main Readme
1 parent d1f0346 commit f2cbb74

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Each MCP server is implemented with either the [Typescript MCP SDK](https://gith
2020
- **[Brave Search](src/brave-search)** - Web and local search using Brave's Search API
2121
- **[Google Maps](src/google-maps)** - Location services, directions, and place details
2222
- **[Fetch](src/fetch)** - Web content fetching and conversion for efficient LLM usage
23+
- **[Sequential Thinking](src/sequential-thinking)** - Dynamic and reflective problem-solving through thought sequences
24+
- **[EverArt](src/everart)** - AI image generation using various models
25+
- **[AWS KB Retrieval](src/aws-kb-retrieval)** - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime
2326

2427
## 🌎 Community Servers
2528

@@ -29,14 +32,14 @@ Each MCP server is implemented with either the [Typescript MCP SDK](https://gith
2932
## 🚀 Getting Started
3033

3134
### Using MCP Servers in this Repository
32-
Typescript-based servers in this repository can be used directly with `npx`.
35+
Typescript-based servers in this repository can be used directly with `npx`.
3336

3437
For example, this will start the [Memory](src/memory) server:
3538
```sh
3639
npx -y @modelcontextprotocol/server-memory
3740
```
3841

39-
Python-based servers in this repository can be used directly with [`uvx`](https://docs.astral.sh/uv/concepts/tools/) or [`pip`](https://pypi.org/project/pip/). `uvx` is recommended for ease of use and setup.
42+
Python-based servers in this repository can be used directly with [`uvx`](https://docs.astral.sh/uv/concepts/tools/) or [`pip`](https://pypi.org/project/pip/). `uvx` is recommended for ease of use and setup.
4043

4144
For example, this will start the [Git](src/git) server:
4245
```sh

src/aws-kb-retrieval-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-aws-kb-retrieval",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "MCP server for AWS Knowledge Base retrieval using Bedrock Agent Runtime",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

0 commit comments

Comments
 (0)