api2ai 0.2.56 → 0.2.58
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.
- package/README.md +18 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,16 +2,30 @@
|
|
|
2
2
|
<p align="center">
|
|
3
3
|
<img width="600px" src="https://i.imgur.com/TTJBLxo.png" />
|
|
4
4
|
</p>
|
|
5
|
+
|
|
6
|
+
<!-- template-git-repo:badges:start -->
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="https://starterdocs.vtempest.workers.dev/docs/packages/api2ai-mcp-generator"><img src="https://img.shields.io/badge/Docs-blue?logo=ReadTheDocs&logoColor=white" alt="Documentation" /></a>
|
|
9
|
+
<a href="https://stackblitz.com/github/OpenSourceAGI/dev-tools-starter-agent/tree/master/packages/api2ai-mcp-generator"><img height="20px" src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt="Open in StackBlitz" /></a>
|
|
10
|
+
<br />
|
|
11
|
+
<a href="https://www.npmjs.com/package/api2ai"><img src="https://img.shields.io/npm/dm/api2ai.svg" alt="NPM Monthly Downloads" /></a>
|
|
12
|
+
<a href="https://www.npmjs.com/package/api2ai"><img src="https://img.shields.io/npm/v/api2ai.svg" alt="npm version" /></a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/api2ai"><img src="https://img.shields.io/npm/dt/api2ai.svg" alt="NPM Total Downloads" /></a>
|
|
14
|
+
<a href="https://www.npmjs.com/package/api2ai"><img src="https://img.shields.io/npm/types/api2ai" alt="TypeScript types" /></a>
|
|
15
|
+
<a href="https://packagephobia.com/result?p=api2ai"><img src="https://packagephobia.com/badge?p=api2ai" alt="Install size" /></a>
|
|
16
|
+
</p>
|
|
17
|
+
<!-- template-git-repo:badges:end -->
|
|
18
|
+
|
|
19
|
+
<!-- skills:install:start -->
|
|
20
|
+
**🤖 Agent skill** — `npx skills@latest add https://github.com/OpenSourceAGI/dev-tools-starter-agent --skill api2ai` ([what it covers](../../skills/api2ai/SKILL.md))
|
|
21
|
+
<!-- skills:install:end -->
|
|
22
|
+
|
|
5
23
|
<h3 align="center">
|
|
6
24
|
<a href="https://api-2-ai.vercel.app/"> 🌐 Live Site </a> |
|
|
7
25
|
<a href="https://github.com/vtempest/GRAB-URL/tree/master/api2ai/example-petstore"> 🎯 Example MCP Server </a>
|
|
8
26
|
</h3>
|
|
9
27
|
|
|
10
28
|
|
|
11
|
-
<p align="center">
|
|
12
|
-
<a href="https://npmjs.org/package/grab-url"><img alt="NPM Version" src="https://img.shields.io/npm/v/grab-url" /></a><a href="https://github.com/vtempest/GRAB-URL/discussions"><img alt="GitHub Discussions"
|
|
13
|
-
src="https://img.shields.io/github/discussions/vtempest/GRAB-URL" /></a><a href="https://github.blog/developer-skills/github/beginners-guide-to-github-creating-a-pull-request/"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"/></a>
|
|
14
|
-
</p>
|
|
15
29
|
|
|
16
30
|
|
|
17
31
|
# API2AI: OpenAPI to MCP-Use Server
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "api2ai",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.58",
|
|
4
4
|
"description": "Generate production-ready MCP servers from any OpenAPI specification using the highly-used and convenient [mcp-use](https://mcp-use.com) framework",
|
|
5
5
|
"license": "rights.institute/prosper",
|
|
6
6
|
"author": "vtempest",
|