ani-mcp 0.6.1 → 0.6.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.
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ if (!process.env.ANILIST_TOKEN) {
20
20
  }
21
21
  const server = new FastMCP({
22
22
  name: "ani-mcp",
23
- version: "0.6.1",
23
+ version: "0.6.2",
24
24
  });
25
25
  registerSearchTools(server);
26
26
  registerListTools(server);
package/manifest.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": "0.3",
3
3
  "name": "ani-mcp",
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "display_name": "AniList MCP",
6
6
  "description": "A smart MCP server for AniList that gets your anime/manga taste - not just API calls.",
7
7
  "author": {
@@ -72,12 +72,24 @@
72
72
  {
73
73
  "name": "anilist_genres"
74
74
  },
75
+ {
76
+ "name": "anilist_genre_list"
77
+ },
75
78
  {
76
79
  "name": "anilist_taste"
77
80
  },
78
81
  {
79
82
  "name": "anilist_pick"
80
83
  },
84
+ {
85
+ "name": "anilist_session"
86
+ },
87
+ {
88
+ "name": "anilist_sequels"
89
+ },
90
+ {
91
+ "name": "anilist_watch_order"
92
+ },
81
93
  {
82
94
  "name": "anilist_compare"
83
95
  },
@@ -109,7 +121,19 @@
109
121
  "name": "anilist_whoami"
110
122
  },
111
123
  {
112
- "name": "anilist_genre_list"
124
+ "name": "anilist_profile"
125
+ },
126
+ {
127
+ "name": "anilist_feed"
128
+ },
129
+ {
130
+ "name": "anilist_reviews"
131
+ },
132
+ {
133
+ "name": "anilist_favourite"
134
+ },
135
+ {
136
+ "name": "anilist_activity"
113
137
  },
114
138
  {
115
139
  "name": "anilist_update_progress"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ani-mcp",
3
3
  "mcpName": "io.github.gavxm/ani-mcp",
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "description": "A smart [MCP](https://modelcontextprotocol.io) server for [AniList](https://anilist.co) that gets your anime/manga taste - not just API calls.",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
package/server.json CHANGED
@@ -6,12 +6,12 @@
6
6
  "url": "https://github.com/gavxm/ani-mcp",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.6.1",
9
+ "version": "0.6.2",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "ani-mcp",
14
- "version": "0.6.1",
14
+ "version": "0.6.2",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },