🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@eggjs/tegg-types

Package Overview
Dependencies
Maintainers
10
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eggjs/tegg-types - npm Package Compare versions

Comparing version
3.84.4
to
3.85.0
+9
-0
controller-decorator/MCPToolParams.d.ts

@@ -7,2 +7,10 @@ import type { CallToolResult } from '@modelcontextprotocol/sdk/types.js';

export type MCPToolResponse = CallToolResult;
export type MCPToolVisibility = 'model' | 'app';
export interface MCPToolUIMeta {
resourceUri?: string;
visibility?: MCPToolVisibility[];
}
export type MCPToolRegistrationMeta = {
ui: MCPToolUIMeta;
};
export interface MCPToolParams {

@@ -12,2 +20,3 @@ name?: string;

timeout?: number;
meta?: MCPToolRegistrationMeta;
}
+2
-2
{
"name": "@eggjs/tegg-types",
"version": "3.84.4",
"version": "3.85.0",
"description": "tegg types",

@@ -48,3 +48,3 @@ "keywords": [

},
"gitHead": "95ecb267c0f5abd548960e4f90f9665002823fef"
"gitHead": "b77c789189a8f3206c2289062dc5724de6f91452"
}