@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.
- package/dist/common/server.js +1 -4
- package/dist/package.json.js +1 -1
- package/package.json +1 -1
package/dist/common/server.js
CHANGED
|
@@ -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
|
}
|
package/dist/package.json.js
CHANGED