📦
Poc Fastmcp Nextjs
Next.jsとFastMCPについて検証する
0 installs
Trust: 34 — Low
Devtools
Ask AI about Poc Fastmcp Nextjs
Powered by Claude · Grounded in docs
I know everything about Poc Fastmcp Nextjs. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
poc-fastmcp-nextjs
Next.jsとFastMCPについての検証する
サーバーの起動
# サーバーディレクトリへ移動
cd apps/mcp-server
# 依存関係のインストール (uvを使用)
uv sync
# 単体動作確認 (エラーが出なければOK / Ctrl+Cで終了)
uv run main.py
フロントエンド (Next.js)
# Webディレクトリへ移動
cd apps/web
# 依存関係のインストール
npm install
# 開発サーバーの起動
npm run dev
実際の画面

