File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " pictmcp" ,
33 "mcpName" : " io.github.takeyaqa/PictMCP" ,
4- "version" : " 0.3.0 " ,
4+ "version" : " 0.3.1 " ,
55 "description" : " MCP (Model Context Protocol) server that provides pairwise combinatorial testing capabilities to AI assistants." ,
66 "keywords" : [
77 " mcp" ,
Original file line number Diff line number Diff line change 22 "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json" ,
33 "name" : " io.github.takeyaqa/PictMCP" ,
44 "title" : " PictMCP" ,
5- "version" : " 0.3.0 " ,
5+ "version" : " 0.3.1 " ,
66 "description" : " Provides pairwise combinatorial testing capabilities to AI assistants." ,
77 "websiteUrl" : " https://github.com/takeyaqa/PictMCP#readme" ,
88 "repository" : {
2525 {
2626 "registryType" : " npm" ,
2727 "identifier" : " pictmcp" ,
28- "version" : " 0.3.0 " ,
28+ "version" : " 0.3.1 " ,
2929 "transport" : {
3030 "type" : " stdio"
3131 }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export class PictMcpServer extends McpServer {
77 super ( {
88 name : "io.github.takeyaqa/PictMCP" ,
99 title : "PictMCP" ,
10- version : "0.3.0 " ,
10+ version : "0.3.1 " ,
1111 description :
1212 "Provides pairwise combinatorial testing capabilities to AI assistants." ,
1313 websiteUrl : "https://github.com/takeyaqa/PictMCP#readme" ,
You can’t perform that action at this time.
0 commit comments