@xano/developer-mcp 1.0.19 โ†’ 1.0.20

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 +38 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,28 @@
1
- # Xano Developer MCP
1
+ <div align="center">
2
2
 
3
- A Model Context Protocol (MCP) server that provides AI assistants with comprehensive documentation and tools for developing applications on the Xano Headless API platform.
3
+ # ๐Ÿš€ Xano Developer MCP
4
+
5
+ **Supercharge your AI with the power of Xano**
6
+
7
+ [![npm version](https://img.shields.io/npm/v/@xano/developer-mcp.svg)](https://www.npmjs.com/package/@xano/developer-mcp)
8
+ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
9
+
10
+ ---
11
+
12
+ ๐Ÿค– **AI-Powered** ยท ๐Ÿ“š **Comprehensive Docs** ยท โšก **Instant Setup** ยท ๐Ÿ”ง **Built-in Tools**
13
+
14
+ ---
15
+
16
+ </div>
17
+
18
+ An MCP server that gives AI assistants superpowers for developing on [Xano](https://xano.com) โ€” complete with documentation, code validation, and workflow guides.
19
+
20
+ > ๐Ÿ’ก **What's Xano?** The fastest way to build a scalable backend for your app โ€” no code required. Build APIs, manage databases, and deploy instantly.
21
+
22
+ ### ๐Ÿ”— Quick Links
23
+
24
+ | ๐ŸŒ [Website](https://xano.com) | ๐Ÿ“– [Docs](https://docs.xano.com/) | ๐Ÿ“ [Blog](https://www.xano.com/blog/) | ๐Ÿ’ฌ [Community](https://community.xano.com/) | ๐Ÿ“ฆ [npm](https://www.npmjs.com/package/@xano/developer-mcp) |
25
+ |:---:|:---:|:---:|:---:|:---:|
4
26
 
5
27
  ## Overview
6
28
 
@@ -22,6 +44,20 @@ claude mcp add xano-developer -- npx -y @xano/developer-mcp
22
44
 
23
45
  That's it! The MCP server will be automatically installed and configured.
24
46
 
47
+ ### Install via npm
48
+
49
+ You can also install the package globally from npm:
50
+
51
+ ```bash
52
+ npm install -g @xano/developer-mcp
53
+ ```
54
+
55
+ Then add to Claude Code:
56
+
57
+ ```bash
58
+ claude mcp add xano-developer -- xano-developer-mcp
59
+ ```
60
+
25
61
  ### Claude Desktop
26
62
 
27
63
  Add to your Claude Desktop configuration file:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xano/developer-mcp",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "MCP server for Xano Headless API documentation and XanoScript code validation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",