Skip to content

Commit 120c5f4

Browse files
committed
Bump to 1.3.10 and upgrade dependencies
Update mcpb manifest version to 0.3 Upgrade package manager
1 parent cef9620 commit 120c5f4

File tree

6 files changed

+291
-209
lines changed

6 files changed

+291
-209
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FROM node:22-alpine AS release
2828

2929
LABEL org.opencontainers.image.title="AniList MCP"
3030
LABEL org.opencontainers.image.description="AniList MCP server for accessing AniList API data"
31-
LABEL org.opencontainers.image.version="1.3.9"
31+
LABEL org.opencontainers.image.version="1.3.10"
3232

3333
LABEL org.opencontainers.image.vendor="yuna0x0"
3434
LABEL org.opencontainers.image.authors="yuna0x0 <yuna@yuna0x0.com>"

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function parseConfig(req: Request) {
5151
function createServer({ config }: { config: z.infer<typeof ConfigSchema> }) {
5252
const server = new McpServer({
5353
name: "anilist-mcp",
54-
version: "1.3.9",
54+
version: "1.3.10",
5555
});
5656

5757
// Initialize AniList client with token from config or environment

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"manifest_version": "0.2",
2+
"manifest_version": "0.3",
33
"name": "anilist-mcp",
44
"display_name": "AniList MCP",
5-
"version": "1.3.9",
5+
"version": "1.3.10",
66
"description": "AniList MCP server for accessing AniList API data",
77
"author": {
88
"name": "yuna0x0",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anilist-mcp",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"mcpName": "io.github.yuna0x0/anilist-mcp",
55
"description": "AniList MCP server for accessing AniList API data",
66
"type": "module",
@@ -42,18 +42,18 @@
4242
"manga"
4343
],
4444
"dependencies": {
45-
"@modelcontextprotocol/sdk": "^1.20.1",
45+
"@modelcontextprotocol/sdk": "^1.21.0",
4646
"@yuna0x0/anilist-node": "^1.15.0",
4747
"cors": "^2.8.5",
4848
"dotenv": "^17.2.3",
4949
"express": "^5.1.0",
5050
"zod": "^3.25.76"
5151
},
5252
"devDependencies": {
53-
"@anthropic-ai/mcpb": "^1.1.1",
54-
"@modelcontextprotocol/inspector": "^0.17.1",
53+
"@anthropic-ai/mcpb": "^2.0.1",
54+
"@modelcontextprotocol/inspector": "^0.17.2",
5555
"@types/cors": "^2.8.19",
56-
"@types/express": "^5.0.3",
56+
"@types/express": "^5.0.5",
5757
"cross-env": "^10.1.0",
5858
"shx": "^0.4.0",
5959
"tsx": "^4.20.6",
@@ -62,5 +62,5 @@
6262
"engines": {
6363
"node": ">=18.0.0"
6464
},
65-
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d"
65+
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
6666
}

0 commit comments

Comments
 (0)