---
slug: "mcp-server-semgrep"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/t-nakatani/mcp_server-exmaple@main/README.md"
repo: "https://github.com/t-nakatani/mcp_server-exmaple"
source_file: "README.md"
branch: "main"
---
# MCP Server Example
example from https://ai.pydantic.dev/mcp/server/

```bash
uv run mcp_server.py
```

```bash
uv run client.py
```

## Result

```bash
猫は静かに歩く、  
月明かりの中、姿を見せる。  
柔らかな毛、優しい瞳、  
夜の静けさ、心を癒す。

尻尾を立てて、自由に遊ぶ、  
小さな獲物を追いかける。  
屋根の上から、世界を見下ろし、  
夢の中でも、旅を続ける。

あどけない顔、甘い声、  
そっと寄り添い、心を満たす。  
猫はいつでも、そばにいて、  
愛と安らぎを、与えてくれる。
```