it-tools-mcp 5.8.2 → 5.8.5

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.
Files changed (2) hide show
  1. package/build/index.js +1 -5
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -258,10 +258,6 @@ const server = new McpServer({
258
258
  prompts: {
259
259
  listChanged: true
260
260
  },
261
- sampling: {},
262
- roots: {
263
- listChanged: true
264
- },
265
261
  logging: {},
266
262
  completions: {}
267
263
  }
@@ -658,7 +654,7 @@ server.registerPrompt("security-check", {
658
654
  }
659
655
  }]
660
656
  }));
661
- // VS Code MCP Compliance: Sampling and Roots are declared in capabilities
657
+ // VS Code MCP Compliance: Completions are declared in capabilities
662
658
  // The MCP SDK handles these automatically when capabilities are declared
663
659
  // Helper functions for VS Code MCP compliance features
664
660
  async function getLogContent(type) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "it-tools-mcp",
3
- "version": "5.8.2",
3
+ "version": "5.8.5",
4
4
  "description": "MCP-compliant server access to over 100 IT tools and utilities commonly used by developers, system administrators, and IT professionals.",
5
5
  "mcpName": "io.github.wrenchpilot/it-tools-mcp",
6
6
  "type": "module",