Skip to content

Commit 8b7a672

Browse files
authored
chore: update version to 0.3.1 (#90)
1 parent 22172c2 commit 8b7a672

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {
@@ -25,7 +25,7 @@
2525
{
2626
"registryType": "npm",
2727
"identifier": "pictmcp",
28-
"version": "0.3.0",
28+
"version": "0.3.1",
2929
"transport": {
3030
"type": "stdio"
3131
}

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)