Skip to content

Commit 050eee6

Browse files
authored
chore: add server.json configuration file (#63)
1 parent fc0bffd commit 050eee6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

server.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.takeyaqa/PictMCP",
4+
"description": "Pairwise Testing for the AI",
5+
"repository": {
6+
"url": "https://github.com/takeyaqa/PictMCP",
7+
"source": "github"
8+
},
9+
"version": "0.1.0",
10+
"packages": [
11+
{
12+
"registryType": "npm",
13+
"identifier": "pictmcp",
14+
"version": "0.1.0",
15+
"transport": {
16+
"type": "stdio"
17+
}
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)