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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[![npm version](https://img.shields.io/npm/v/%40hailbytes%2Fmcp-server-template.svg)](https://www.npmjs.com/package/%40hailbytes%2Fmcp-server-template)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Bundle Size](https://img.shields.io/bundlephobia/minzip/%40hailbytes%2Fmcp-server-template)](https://bundlephobia.com/package/@hailbytes/mcp-server-template)

---

Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hailbytes/mcp-server-template",
"version": "0.0.1",
"version": "1.0.1",
"description": "Opinionated TypeScript scaffold for production MCP servers with built-in auth, rate limiting, audit logging, and observability.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -32,6 +32,11 @@
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
Expand Down
Loading