File tree Expand file tree Collapse file tree 6 files changed +291
-209
lines changed
Expand file tree Collapse file tree 6 files changed +291
-209
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ FROM node:22-alpine AS release
2828
2929LABEL org.opencontainers.image.title="AniList MCP"
3030LABEL 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
3333LABEL org.opencontainers.image.vendor="yuna0x0"
3434LABEL org.opencontainers.image.authors="yuna0x0 <yuna@yuna0x0.com>"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ function parseConfig(req: Request) {
5151function 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
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}
You can’t perform that action at this time.
0 commit comments