general-coding-tools-mcp 1.0.1 → 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.
Files changed (1) hide show
  1. package/package.json +38 -32
package/package.json CHANGED
@@ -1,32 +1,38 @@
1
- {
2
- "name": "general-coding-tools-mcp",
3
- "version": "1.0.1",
4
- "description": "MCP server exposing General Coding Tools (skills and subagents) for use in Cursor, Claude, and Smithery",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "bin": {
8
- "general-coding-tools-mcp": "dist/index.js"
9
- },
10
- "scripts": {
11
- "build": "node scripts/bundle-content.cjs && tsc",
12
- "prepare": "npm run build",
13
- "prepublishOnly": "npm run build",
14
- "start": "node dist/index.js"
15
- },
16
- "files": [
17
- "dist"
18
- ],
19
- "engines": {
20
- "node": ">=18"
21
- },
22
- "keywords": ["mcp", "cursor", "smithery", "skills", "general-coding-tools"],
23
- "license": "MIT",
24
- "dependencies": {
25
- "@modelcontextprotocol/sdk": "^1.26.0",
26
- "zod": "^3.23.0"
27
- },
28
- "devDependencies": {
29
- "@types/node": "^20.0.0",
30
- "typescript": "^5.0.0"
31
- }
32
- }
1
+ {
2
+ "name": "general-coding-tools-mcp",
3
+ "version": "1.0.3",
4
+ "description": "MCP server exposing General Coding Tools (skills and subagents) for use in Cursor, Claude, and Smithery",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "bin": {
8
+ "general-coding-tools-mcp": "dist/index.js"
9
+ },
10
+ "scripts": {
11
+ "build": "node scripts/bundle-content.cjs && tsc",
12
+ "prepare": "npm run build",
13
+ "prepublishOnly": "npm run build",
14
+ "start": "node dist/index.js"
15
+ },
16
+ "files": [
17
+ "dist"
18
+ ],
19
+ "engines": {
20
+ "node": ">=18"
21
+ },
22
+ "keywords": [
23
+ "mcp",
24
+ "cursor",
25
+ "smithery",
26
+ "skills",
27
+ "general-coding-tools"
28
+ ],
29
+ "license": "MIT",
30
+ "dependencies": {
31
+ "@modelcontextprotocol/sdk": "^1.26.0",
32
+ "zod": "^3.23.0"
33
+ },
34
+ "devDependencies": {
35
+ "@types/node": "^20.0.0",
36
+ "typescript": "^5.0.0"
37
+ }
38
+ }