Skip to content

Commit 0f51a2e

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 96bb06a commit 0f51a2e

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

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/qrz-mcp -->
12
# qrz-mcp
23

34
MCP server for [QRZ.com](https://www.qrz.com/) — callsign lookups, DXCC entity resolution, and logbook queries 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 = "qrz-mcp"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "MCP server for QRZ.com — callsign lookup, DXCC resolution, logbook queries"
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/qrz-mcp",
4+
"description": "QRZ.com MCP server. Callsign lookup, DXCC resolution, logbook queries via QRZ XML API.",
5+
"repository": {
6+
"url": "https://github.com/qso-graph/qrz-mcp",
7+
"source": "github"
8+
},
9+
"version": "0.1.2",
10+
"packages": [
11+
{
12+
"registryType": "pypi",
13+
"identifier": "qrz-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)