@ai-dossier/mcp-server 1.0.5 → 1.1.0

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/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,8 @@
1
- # Dossier MCP Server
1
+ # @ai-dossier/mcp-server
2
+
3
+ [![npm version](https://img.shields.io/npm/v/@ai-dossier/mcp-server)](https://www.npmjs.com/package/@ai-dossier/mcp-server)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@ai-dossier/mcp-server)](https://www.npmjs.com/package/@ai-dossier/mcp-server)
5
+ [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](https://github.com/imboard-ai/ai-dossier/blob/main/LICENSE)
2
6
 
3
7
  MCP server for the dossier automation standard. Enables LLMs to discover, verify, and execute dossiers through the [Model Context Protocol](https://modelcontextprotocol.io/).
4
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-dossier/mcp-server",
3
- "version": "1.0.5",
3
+ "version": "1.1.0",
4
4
  "description": "MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers",
5
5
  "main": "dist/index.js",
6
6
  "bin": {