ani-mcp 0.2.4 → 0.2.5

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.
@@ -23,7 +23,7 @@ export function registerWriteTools(server) {
23
23
  annotations: {
24
24
  title: "Update Progress",
25
25
  readOnlyHint: false,
26
- destructiveHint: false,
26
+ destructiveHint: true,
27
27
  idempotentHint: true,
28
28
  openWorldHint: true,
29
29
  },
@@ -60,7 +60,7 @@ export function registerWriteTools(server) {
60
60
  annotations: {
61
61
  title: "Add to List",
62
62
  readOnlyHint: false,
63
- destructiveHint: false,
63
+ destructiveHint: true,
64
64
  idempotentHint: true,
65
65
  openWorldHint: true,
66
66
  },
@@ -98,7 +98,7 @@ export function registerWriteTools(server) {
98
98
  annotations: {
99
99
  title: "Rate Title",
100
100
  readOnlyHint: false,
101
- destructiveHint: false,
101
+ destructiveHint: true,
102
102
  idempotentHint: true,
103
103
  openWorldHint: true,
104
104
  },
package/manifest.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": "0.3",
3
3
  "name": "ani-mcp",
4
- "version": "0.2.4",
4
+ "version": "0.2.5",
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": {
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.2.4",
4
+ "version": "0.2.5",
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.2.4",
9
+ "version": "0.2.5",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "ani-mcp",
14
- "version": "0.2.4",
14
+ "version": "0.2.5",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },