modality-kit 0.15.1 → 0.15.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ export interface McpErrorResponse {
12
12
  reason?: string;
13
13
  meta?: Record<string, any>;
14
14
  }
15
- interface SuccessData extends Record<string, any> {
15
+ interface SuccessData {
16
16
  success?: boolean;
17
17
  message?: string;
18
18
  instructions?: string | any[];
@@ -20,7 +20,7 @@ interface SuccessData extends Record<string, any> {
20
20
  /**
21
21
  * Generic error data interface for MCP error responses
22
22
  */
23
- interface ErrorData extends Record<string, any> {
23
+ interface ErrorData {
24
24
  success?: boolean;
25
25
  code?: string | number;
26
26
  message: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.15.1",
2
+ "version": "0.15.2",
3
3
  "name": "modality-kit",
4
4
  "repository": {
5
5
  "type": "git",