Skip to content

Commit f2d747b

Browse files
KI7MTclaude
andcommitted
Add MCP Registry metadata and bump to v0.1.2
- Add mcp-name tag to README.md for registry verification - Create server.json for MCP Registry publishing - Bump version to 0.1.2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7aa8dce commit f2d747b

3 files changed

Lines changed: 26 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- mcp-name: io.github.qso-graph/eqsl-mcp -->
12
# eqsl-mcp
23

34
MCP server for [eQSL.cc](https://www.eqsl.cc/) — download incoming eQSLs, verify QSOs, check AG status, and query upload history through any MCP-compatible AI assistant.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "eqsl-mcp"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "MCP server for eQSL.cc — inbox download, QSO verification, AG status checks"
55
readme = "README.md"
66
license = {text = "GPL-3.0-or-later"}

server.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.qso-graph/eqsl-mcp",
4+
"description": "eQSL.cc MCP server. Inbox download, QSO verification, Authenticity Guaranteed status.",
5+
"repository": {
6+
"url": "https://github.com/qso-graph/eqsl-mcp",
7+
"source": "github"
8+
},
9+
"version": "0.1.2",
10+
"packages": [
11+
{
12+
"registryType": "pypi",
13+
"identifier": "eqsl-mcp",
14+
"version": "0.1.2",
15+
"transport": { "type": "stdio" }
16+
}
17+
],
18+
"_meta": {
19+
"io.modelcontextprotocol.registry/publisher-provided": {
20+
"tool": "mcp-publisher",
21+
"version": "2.0.0"
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)