@wrongstack/mcp 0.307.1 → 0.308.1

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.
@@ -1,6 +1,6 @@
1
1
  import type { MCPServerConfig } from '@wrongstack/core/types';
2
2
  import type { MCPAuthorizationStartResult, MCPAuthorizationStatus } from './authorization-manager.js';
3
- import { type ConnectionState, MCPClient } from './client.js';
3
+ import type { ConnectionState, MCPClient } from './client.js';
4
4
  import { type MCPInsertionPolicy, type MCPPromptInsertion, type MCPResourceInsertion } from './content-selection.js';
5
5
  import { type MCPOperationListener, type MCPServerOperationalHealth } from './operations.js';
6
6
  import type { MCPRegistryCatalog, MCPRegistryOptions } from './registry-types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrongstack/mcp",
3
- "version": "0.307.1",
3
+ "version": "0.308.1",
4
4
  "license": "MIT",
5
5
  "description": "WrongStack Model Context Protocol client and registry: stdio, SSE, and streamable HTTP transports.",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "!dist/**/*.map"
27
27
  ],
28
28
  "dependencies": {
29
- "@wrongstack/core": "0.307.1"
29
+ "@wrongstack/core": "0.308.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^26.2.0",