mirror of
https://github.com/aljazceru/dvmcp.git
synced 2025-12-17 05:14:24 +01:00
fix: using client name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@dvmcp/bridge",
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.13",
|
||||
"description": "Bridge connecting MCP servers to Nostr's DVM ecosystem",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
|
||||
@@ -43,7 +43,7 @@ export class NostrAnnouncer {
|
||||
tools: tools,
|
||||
}),
|
||||
tags: [
|
||||
['d', `dvm-announcement-${CONFIG.mcp.name}`],
|
||||
['d', `dvm-announcement-${CONFIG.mcp.clientName}`],
|
||||
['k', `${TOOL_REQUEST_KIND}`],
|
||||
['capabilities', 'mcp-1.0'],
|
||||
['t', 'mcp'],
|
||||
|
||||
Reference in New Issue
Block a user