@genlobe/mcp-server 2.2.0 → 3.1.1

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 (4) hide show
  1. package/README.md +193 -116
  2. package/dist/index.d.ts +1 -1
  3. package/dist/index.js +2203 -1474
  4. package/package.json +41 -41
package/package.json CHANGED
@@ -1,41 +1,41 @@
1
- {
2
- "name": "@genlobe/mcp-server",
3
- "version": "2.2.0",
4
- "description": "MCP Server for GenLobe SaaS API - Provides AI assistants with comprehensive API documentation for building frontend applications",
5
- "main": "dist/index.js",
6
- "bin": {
7
- "genlobe-mcp": "dist/index.js"
8
- },
9
- "type": "module",
10
- "files": [
11
- "dist"
12
- ],
13
- "scripts": {
14
- "build": "tsc",
15
- "prepublishOnly": "npm run build",
16
- "start": "node dist/index.js",
17
- "dev": "tsx src/index.ts"
18
- },
19
- "keywords": [
20
- "mcp",
21
- "model-context-protocol",
22
- "saas",
23
- "api",
24
- "ai",
25
- "copilot",
26
- "cursor",
27
- "genlobe"
28
- ],
29
- "license": "MIT",
30
- "dependencies": {
31
- "@modelcontextprotocol/sdk": "^1.0.0"
32
- },
33
- "devDependencies": {
34
- "@types/node": "^20.10.0",
35
- "tsx": "^4.7.0",
36
- "typescript": "^5.3.0"
37
- },
38
- "engines": {
39
- "node": ">=18.0.0"
40
- }
41
- }
1
+ {
2
+ "name": "@genlobe/mcp-server",
3
+ "version": "3.1.1",
4
+ "description": "MCP Server for GenLobe SaaS API - Provides AI assistants with comprehensive API documentation for building frontend applications",
5
+ "main": "dist/index.js",
6
+ "bin": {
7
+ "genlobe-mcp": "dist/index.js"
8
+ },
9
+ "type": "module",
10
+ "files": [
11
+ "dist"
12
+ ],
13
+ "scripts": {
14
+ "build": "tsc",
15
+ "prepublishOnly": "npm run build",
16
+ "start": "node dist/index.js",
17
+ "dev": "tsx src/index.ts"
18
+ },
19
+ "keywords": [
20
+ "mcp",
21
+ "model-context-protocol",
22
+ "saas",
23
+ "api",
24
+ "ai",
25
+ "copilot",
26
+ "cursor",
27
+ "genlobe"
28
+ ],
29
+ "license": "MIT",
30
+ "dependencies": {
31
+ "@modelcontextprotocol/sdk": "^1.0.0"
32
+ },
33
+ "devDependencies": {
34
+ "@types/node": "^20.10.0",
35
+ "tsx": "^4.7.0",
36
+ "typescript": "^5.3.0"
37
+ },
38
+ "engines": {
39
+ "node": ">=18.0.0"
40
+ }
41
+ }