Skip to content

Commit 888b8b0

Browse files
committed
Merge branch 'feat/dev_feature' of https://github.com/Makoq/create-mcp-server
2 parents cf244c9 + 9b64323 commit 888b8b0

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
22
"name": "create-ts-mcp-server",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "CLI tool to create new MCP servers",
55
"type": "module",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/Makoq/create-mcp-server.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/Makoq/create-mcp-server/issues"
12+
},
13+
"homepage": "https://github.com/Makoq/create-mcp-server#readme",
614
"scripts": {
715
"build": "tsc && shx chmod +x build/index.js",
816
"prepare": "npm run build",

src/.d.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)