@agentic.artists/modelshortlist 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/mcp/server.js +1 -1
  2. package/package.json +1 -1
package/mcp/server.js CHANGED
@@ -189,7 +189,7 @@ const recommendationSchema = z.object({
189
189
  function createServer() {
190
190
  const server = new McpServer({
191
191
  name: 'modelshortlist',
192
- version: '0.2.1',
192
+ version: '0.2.2',
193
193
  })
194
194
 
195
195
  server.registerTool(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentic.artists/modelshortlist",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A local BYOK MCP server that helps AI assistants shortlist models using OpenRouter catalog data and Artificial Analysis benchmarks, with optional ZDR filtering.",
5
5
  "type": "module",
6
6
  "license": "MIT",