Skip to content

Conversation

@polidog
Copy link

@polidog polidog commented Nov 14, 2025

Summary

  • Claude Code用のMCPサーバー設定 (.mcp.json) を追加
  • プロジェクトガイダンスドキュメント (CLAUDE.md) を追加

詳細

.mcp.json

以下のMCPサーバーを設定:

  • context7: ライブラリドキュメント検索
  • playwright: ブラウザ自動化
  • gemini-google-search: Google検索
  • gemini-cli: Gemini CLI
  • codex: コード解析
  • kiri: コードベース検索
  • next-devtools: Next.js開発ツール

CLAUDE.md

プロジェクトの構造とアーキテクチャを文書化:

  • コマンド (ビルド、lint、テスト)
  • ディレクトリ構成
  • 主要コンポーネント (Printgraphクラス、型システム)
  • ビルド設定 (tsup、TypeScript)

Test plan

  • ファイルが正しくコミットされている
  • ドキュメントが正確である

🤖 Generated with Claude Code

polidog and others added 4 commits November 14, 2025 23:07
- Add .mcp.json for MCP server configuration
- Add CLAUDE.md with project guidance for Claude Code

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Change `biome ci .` to `biome ci ./src`
- Prevents Biome from checking root files like .mcp.json and CLAUDE.md
- Aligns with biome.json configuration that includes only src/**/* and tests/**/*

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Update biome.json schema from 1.5.3 to 1.8.3
- Fix code formatting in src/printgraph.ts (split long error message)
- Revert CI workflow to use `biome ci .` (works correctly with updated config)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Update schema to v2.3.5 to match CI version
- Change include -> includes (new syntax)
- Move organizeImports to assist.actions.source
- Fix node_modules ignore pattern (!**/node_modules)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants