## 機能

- search-articles：キーワードでの記事検索。最大数と、開始位置指定可能
- get-article-details：記事 ID 記事の詳細取得
- get-user-articles：ユーザ名で記事一覧取得。ページサイズ指定可能。ユーザ名は表示されている名前ではなく、自分の note の URL に指定している値のため注意。

## 使い方

```bash
git clone https://github.com/champaya/note-mcp.git
npm i
npm run build

## 下記json設定に進む
```

## json 設定

```json
"note-api": {
          "command": "node",
          "args": [
            "/path/absolute/your-repository-root/dist/index.js"
          ]
        },
```
