Skip to content

Commit 215c6e2

Browse files
KI7MTclaude
andcommitted
Migrate auth from adif-mcp to qso-graph-auth
Import PersonaManager from qso_graph_auth.identity instead of adif_mcp.identity. Depend on qso-graph-auth>=0.1.0 instead of adif-mcp>=0.9.6. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a05491a commit 215c6e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = {text = "GPL-3.0-or-later"}
77
authors = [{name = "Greg Beam, KI7MT"}]
88
requires-python = ">=3.11"
99
dependencies = [
10-
"adif-mcp>=0.9.6",
10+
"qso-graph-auth>=0.1.0",
1111
"fastmcp>=3.0",
1212
]
1313
keywords = [

src/qrz_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from fastmcp import FastMCP
1010

11-
from adif_mcp.identity import PersonaManager
11+
from qso_graph_auth.identity import PersonaManager
1212

1313
from . import __version__
1414
from .logbook_client import LogbookClient

0 commit comments

Comments
 (0)