@joelbonito/mcp-server 5.1.1 → 5.1.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 (3) hide show
  1. package/README.md +12 -4
  2. package/dist/registry.js +12 -13
  3. package/package.json +11 -3
package/README.md CHANGED
@@ -1,9 +1,17 @@
1
- # @joelbonito/mcp-server
1
+ <p align="center">
2
+ <img src="../assets/logo.jpg" alt="Inove AI Framework" width="160">
3
+ </p>
2
4
 
3
- [![npm version](https://img.shields.io/npm/v/@joelbonito/mcp-server)](https://www.npmjs.com/package/@joelbonito/mcp-server)
4
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/JoelBonito/inove-ai-framework/blob/main/LICENSE)
5
+ <h1 align="center">@joelbonito/mcp-server</h1>
5
6
 
6
- MCP server for **Inove AI Framework** — 21 agents, 41 skills, and 22 workflows served via the Model Context Protocol.
7
+ <p align="center">
8
+ <a href="https://www.npmjs.com/package/@joelbonito/mcp-server"><img src="https://img.shields.io/npm/v/@joelbonito/mcp-server" alt="npm version"></a>
9
+ <a href="https://github.com/JoelBonito/inove-ai-framework/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
10
+ </p>
11
+
12
+ <p align="center">
13
+ MCP server for <strong>Inove AI Framework</strong> — 21 agents, 41 skills, and 22 workflows served via the Model Context Protocol.
14
+ </p>
7
15
 
8
16
  Zero disk usage per project. Auto-updates on every run. Setup in 30 seconds.
9
17