devtools-mcp-server 1.0.2 → 1.0.3
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/index.js +1 -1
- package/package.json +9 -1
package/dist/index.js
CHANGED
|
@@ -47,7 +47,7 @@ function fmt(data) {
|
|
|
47
47
|
}
|
|
48
48
|
const server = new mcp_js_1.McpServer({
|
|
49
49
|
name: "devtools-mcp-server",
|
|
50
|
-
version: "1.0.
|
|
50
|
+
version: "1.0.2",
|
|
51
51
|
});
|
|
52
52
|
// ============== QR CODE TOOLS ==============
|
|
53
53
|
server.tool("generate_qr_code", "Generate a QR code image from text or URL. Returns PNG image data.", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devtools-mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "MCP server providing 70+ developer tools - QR codes, PDFs, screenshots, crypto prices, email validation, AI text processing, and more. Use with Claude Code, Cursor, Windsurf, and other AI coding assistants.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -29,6 +29,14 @@
|
|
|
29
29
|
],
|
|
30
30
|
"author": "Ketan",
|
|
31
31
|
"license": "MIT",
|
|
32
|
+
"homepage": "https://api.commandsector.in/mcp",
|
|
33
|
+
"repository": {
|
|
34
|
+
"type": "git",
|
|
35
|
+
"url": "https://github.com/command-sector/devtools-mcp-server"
|
|
36
|
+
},
|
|
37
|
+
"bugs": {
|
|
38
|
+
"url": "https://api.commandsector.in/mcp"
|
|
39
|
+
},
|
|
32
40
|
"dependencies": {
|
|
33
41
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
34
42
|
"zod": "^4.3.6"
|