Sign In

@komnet/mcp

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@komnet/mcp - npm Package Compare versions

Comparing version
0.7.2
to
0.7.3
+1
-1
dist/server.d.ts
import { McpServer } from "@modelcontextprotocol/server";
import type { Backend } from "@komnet/daemon";
export declare const MCP_SERVER_NAME = "komnet";
export declare const MCP_SERVER_VERSION = "0.7.2";
export declare const MCP_SERVER_VERSION = "0.7.3";
export declare function createMcpServer(backend: Backend): McpServer;
//# sourceMappingURL=server.d.ts.map

@@ -5,3 +5,3 @@ import { McpServer, ResourceTemplate } from "@modelcontextprotocol/server";

export const MCP_SERVER_NAME = "komnet";
export const MCP_SERVER_VERSION = "0.7.2";
export const MCP_SERVER_VERSION = "0.7.3";
/**

@@ -8,0 +8,0 @@ * Tool descriptions carry the behavioural rules, not just the parameters.

{
"name": "@komnet/mcp",
"version": "0.7.2",
"version": "0.7.3",
"description": "komnet MCP server — exposes rooms, inbox, messaging, and collaborative tasks as MCP tools and resources.",

@@ -27,5 +27,5 @@ "license": "MIT",

"zod": "^4.4.3",
"@komnet/core": "0.7.2",
"@komnet/daemon": "0.7.2",
"@komnet/protocol": "0.7.2"
"@komnet/core": "0.7.3",
"@komnet/protocol": "0.7.3",
"@komnet/daemon": "0.7.3"
},

@@ -32,0 +32,0 @@ "author": "Andrey Tabakov",