Skip to content

Commit 6bf9110

Browse files
committed
Updated README.md with prompt information
1 parent 64628ef commit 6bf9110

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A Model Context Protocol (MCP) server that provides access to the [Art Institute
1313
## Features
1414

1515
This server provides AI models with the following tools for interacting with the art collection.
16+
The server also includes a prompt, **art-gallery** that will generate an interactive art gallery for a specific artist.
1617

1718
### 1. Search By Title (search-by-title)
1819

@@ -80,7 +81,7 @@ Gets additional information, including the image if available, for a piece of ar
8081
```
8182

8283
```
83-
**image encoded in base64 if available
84+
**image encoded in base64 if available and includeImage is true
8485
```
8586

8687
### 3. Full text search (full-text-search)
@@ -172,6 +173,24 @@ Find works fo art by an artist
172173
Current Page: 1
173174
```
174175

176+
### 6. Art Gallery Prompt (art-gallery)
177+
178+
In the Claude Desktop app, use this prompt—along with your chosen artist’s name—to generate an interactive HTML art gallery showcasing their work.
179+
180+
Images are not displayed in the Claude Desktop app due to security reasons. You can download the HTML from Claude Desktop and view the images in the browser.
181+
182+
Claude Desktop Example
183+
184+
<a href="https://mikechao.github.io/images/gallery-prompt.webp">
185+
<img width="380" height="200" src="https://mikechao.github.io/images/gallery-prompt.webp" alt="claude desktop example" />
186+
</a>
187+
188+
The Generated Gallery in a browser
189+
190+
<a href="https://mikechao.github.io/images/gallery-prompt-browser.webp">
191+
<img width="380" height="200" src="https://mikechao.github.io/images/gallery-prompt-browser.webp" alt="claude desktop example" />
192+
</a>
193+
175194
## Usage
176195

177196
### Usage with Claude Desktop

0 commit comments

Comments
 (0)