@smartbear/mcp 0.21.1 → 0.22.0

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.
@@ -19,12 +19,9 @@ class SmartBearMcpServer extends McpServer {
19
19
  },
20
20
  {
21
21
  capabilities: {
22
+ // resources and prompts are supported by some but not all clients
22
23
  tools: { listChanged: true },
23
24
  // Server supports dynamic tool lists
24
- resources: { listChanged: true },
25
- // Server supports dynamic resource lists
26
- prompts: { listChanged: true },
27
- // Server supports sending prompts to Host
28
25
  logging: {}
29
26
  // Server supports logging messages
30
27
  }
@@ -1,4 +1,4 @@
1
- const version = "0.21.1";
1
+ const version = "0.22.0";
2
2
  const config = { "mcpServerName": "SmartBear MCP Server" };
3
3
  const packageJson = {
4
4
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbear/mcp",
3
- "version": "0.21.1",
3
+ "version": "0.22.0",
4
4
  "description": "MCP server for interacting SmartBear Products",
5
5
  "keywords": [
6
6
  "smartbear",