File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ FROM eclipse-temurin:21-jre-alpine
2+ LABEL io.modelcontextprotocol.server.name="io.github.grarcht/shuttle"
3+ WORKDIR /app
4+ COPY build/libs/shuttle-mcp.jar shuttle-mcp.jar
5+ ENTRYPOINT ["java" , "-jar" , "shuttle-mcp.jar" ]
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json" ,
3+ "name" : " io.github.grarcht/shuttle" ,
4+ "title" : " Shuttle" ,
5+ "description" : " Android framework and solution that prevents TransactionTooLargeException crashes by design." ,
6+ "repository" : {
7+ "url" : " https://github.com/grarcht/Shuttle" ,
8+ "source" : " github"
9+ },
10+ "version" : " 4.0.0" ,
11+ "packages" : [
12+ {
13+ "registryType" : " oci" ,
14+ "identifier" : " ghcr.io/grarcht/shuttle-mcp:4.0.0" ,
15+ "transport" : {
16+ "type" : " stdio"
17+ }
18+ }
19+ ]
20+ }
You can’t perform that action at this time.
0 commit comments