Skip to content

Commit de81f37

Browse files
committed
Updated version number and lint fix
1 parent 75a62cf commit de81f37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artic-mcp",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"private": false,
55
"description": "A Model Context Protocol (MCP) server that provides access to the Art Institute of Chicago Collection through natural language interactions. This server allows AI models to search the Art Institute of Chicago Collection and have art works available as a Resource.",
66
"author": "mike.chao.one@gmail.com",

smithery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ startCommand:
88
commandFunction:
99
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.
1010
|-
11-
(config) => ({ command: 'node', args: ['dist/index.js'] })
11+
(config) => ({ command: 'node', args: ['dist/index.js'] })
1212
exampleConfig: {}

0 commit comments

Comments
 (0)