|
1 | 1 | { |
2 | | - "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", |
| 2 | + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json", |
3 | 3 | "name": "io.github.yuna0x0/anilist-mcp", |
4 | 4 | "description": "AniList MCP server for accessing AniList API data", |
5 | 5 | "status": "active", |
6 | 6 | "repository": { |
7 | 7 | "url": "https://github.com/yuna0x0/anilist-mcp", |
8 | 8 | "source": "github" |
9 | 9 | }, |
10 | | - "version": "1.3.4", |
| 10 | + "version": "1.3.5", |
11 | 11 | "packages": [ |
12 | 12 | { |
13 | | - "registry_type": "npm", |
14 | | - "registry_base_url": "https://registry.npmjs.org", |
| 13 | + "registryType": "npm", |
| 14 | + "registryBaseUrl": "https://registry.npmjs.org", |
15 | 15 | "identifier": "anilist-mcp", |
16 | | - "version": "1.3.4", |
| 16 | + "version": "1.3.5", |
17 | 17 | "transport": { |
18 | 18 | "type": "stdio" |
19 | 19 | }, |
20 | | - "environment_variables": [ |
| 20 | + "environmentVariables": [ |
21 | 21 | { |
22 | 22 | "description": "AniList API token for authenticated requests", |
23 | | - "is_required": false, |
| 23 | + "isRequired": false, |
24 | 24 | "format": "string", |
25 | | - "is_secret": true, |
| 25 | + "isSecret": true, |
26 | 26 | "name": "ANILIST_TOKEN" |
27 | 27 | } |
28 | 28 | ] |
29 | 29 | }, |
30 | 30 | { |
31 | | - "registry_type": "oci", |
32 | | - "registry_base_url": "https://ghcr.io", |
| 31 | + "registryType": "oci", |
| 32 | + "registryBaseUrl": "https://ghcr.io", |
33 | 33 | "identifier": "yuna0x0/anilist-mcp", |
34 | | - "version": "1.3.4", |
| 34 | + "version": "1.3.5", |
35 | 35 | "transport": { |
36 | 36 | "type": "stdio" |
37 | 37 | }, |
38 | | - "environment_variables": [ |
| 38 | + "environmentVariables": [ |
39 | 39 | { |
40 | 40 | "description": "AniList API token for authenticated requests", |
41 | | - "is_required": false, |
| 41 | + "isRequired": false, |
42 | 42 | "format": "string", |
43 | | - "is_secret": true, |
| 43 | + "isSecret": true, |
44 | 44 | "name": "ANILIST_TOKEN" |
45 | 45 | } |
46 | 46 | ] |
47 | 47 | }, |
48 | 48 | { |
49 | | - "registry_type": "mcpb", |
50 | | - "identifier": "https://github.com/yuna0x0/anilist-mcp/releases/download/v1.3.4/anilist-mcp-1.3.4.mcpb", |
51 | | - "file_sha256": "ffbf29b85dce3a9aee4c186afab98c0521b08153b2942fe5b887811c6402d342", |
52 | | - "version": "1.3.4", |
| 49 | + "registryType": "mcpb", |
| 50 | + "identifier": "https://github.com/yuna0x0/anilist-mcp/releases/download/v1.3.5/anilist-mcp-1.3.5.mcpb", |
| 51 | + "fileSha256": "40a76d2027c01ac43c592bf14a08beed7bdc4faca1d814086d11dbd664efd24a", |
| 52 | + "version": "1.3.5", |
53 | 53 | "transport": { |
54 | 54 | "type": "stdio" |
55 | 55 | }, |
56 | | - "environment_variables": [ |
| 56 | + "environmentVariables": [ |
57 | 57 | { |
58 | 58 | "description": "AniList API token for authenticated requests", |
59 | | - "is_required": false, |
| 59 | + "isRequired": false, |
60 | 60 | "format": "string", |
61 | | - "is_secret": true, |
| 61 | + "isSecret": true, |
62 | 62 | "name": "ANILIST_TOKEN" |
63 | 63 | } |
64 | 64 | ] |
|
0 commit comments