diff --git a/package.json b/package.json index 50d178e..813206a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-ts-mcp-server", - "version": "0.0.11", + "version": "0.0.12", "description": "CLI tool to create new MCP servers", "type": "module", @@ -24,7 +24,7 @@ "build", "template" ], - "keywords": [], + "keywords": ["mcp","modelcontextprotocol", "@modelcontextprotocol/sdk","mcp server","create mcp", "cli","typescript"], "author": "", "license": "ISC", "dependencies": { diff --git a/src/.d.ts b/src/.d.ts deleted file mode 100644 index e69de29..0000000 diff --git a/tsconfig.json b/tsconfig.json index 947a41c..3e8a0bb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,8 @@ "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "declaration": true, }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.spec.ts"]