Spaces:
Paused
Paused
File size: 874 Bytes
3f4aae4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## 重要な指示
- **常に日本語で会話すること**
- このプロジェクトはHugging Face Spacesで動作するGradio 5.31.0を使用したアプリケーションの開発が目的です。
- 開発するアプリケーションはClaudeCodeに使用させるための画像生成MCPサーバーです。画像生成にはgemini2.0flashを活用します。サンプルコードはgemini_sample_code.txt
## Project Overview
ImageGenMCP - Hugging Face Spaces上で動作する画像生成アプリケーション(Gradio 5.31.0使用)
## Development Commands
*To be updated once the project is initialized with package.json or other configuration files.*
## Architecture
*To be documented once the codebase structure is established.* |