Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",

Expand All @@ -24,7 +24,7 @@
"build",
"template"
],
"keywords": [],
"keywords": ["mcp","modelcontextprotocol", "@modelcontextprotocol/sdk","mcp server","create mcp", "cli","typescript"],
"author": "",
"license": "ISC",
"dependencies": {
Expand Down
Empty file removed src/.d.ts
Empty file.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"declaration": true,
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
Expand Down