Skip to content

Commit 99b34e7

Browse files
committed
chore: Update MCP example README and remove unused example file
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 0246f78 commit 99b34e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/mcp/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ This example uses Docker Compose to orchestrate:
2020
- **Inference Gateway** - Main API gateway with MCP support enabled
2121
- **MCP Filesystem Server** - Provides file system operations (restricted to `/shared` and `/tmp`)
2222
- **MCP Web Search Server** - Simulated web search and URL fetching
23-
- **Optional Ollama** - Local model inference (when using `--profile with-ollama`)
2423

2524
## Important: Filesystem Access
2625

@@ -49,7 +48,8 @@ The `/shared` directory contains example files for testing:
4948
Make sure the environment is configured:
5049

5150
```bash
52-
cp .env.example .env
51+
# From the .env file grab one of the providers keys and export it
52+
export OPENAI_API_KEY=your_openai_api_key
5353
```
5454

5555
### 1. Start the MCP Infrastructure
@@ -78,7 +78,7 @@ Set your preferred provider and model:
7878

7979
```bash
8080
export PROVIDER=groq
81-
export LLM=meta-llama/llama-3.3-70b-versatile
81+
export LLM=qwen-qwq-32b
8282
```
8383

8484
Or for OpenAI:
@@ -93,7 +93,7 @@ export LLM=gpt-4o
9393
Test that MCP tools are working correctly:
9494

9595
```bash
96-
npx tsx test-mcp-tools.ts
96+
npm run example:mcp:remotetools
9797
```
9898

9999
### 5. Run Examples

examples/mcp/example-mcp-with-tools.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)