Skip to content

Commit 83200f0

Browse files
committed
fix: update package name and repository URL to mcp-template
- Change package name from mcp-typescript-template to mcp-template - Update repository URL to match new name - Update server name in index.ts
1 parent 8a11b5b commit 83200f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mcp-typescript-template",
2+
"name": "mcp-template",
33
"version": "0.1.0",
44
"description": "Template for building MCP (Model Context Protocol) servers with TypeScript",
55
"main": "dist/index.js",
@@ -26,7 +26,7 @@
2626
"license": "MIT",
2727
"repository": {
2828
"type": "git",
29-
"url": "git+https://github.com/Mearman/mcp-typescript-template.git"
29+
"url": "git+https://github.com/Mearman/mcp-template.git"
3030
},
3131
"publishConfig": {
3232
"access": "public",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { exampleTool, ExampleToolSchema } from './tools/example.js';
1111

1212
const server = new Server(
1313
{
14-
name: 'mcp-server-template',
14+
name: 'mcp-template',
1515
version: '0.1.0',
1616
},
1717
{

0 commit comments

Comments
 (0)