Skip to content

Commit 94f6074

Browse files
authored
fix: explicitly include README.md in package files (#4)
1 parent 83602d7 commit 94f6074

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-client-gen",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Generate type-safe TypeScript clients from MCP (Model Context Protocol) servers",
55
"type": "module",
66
"exports": {
@@ -12,7 +12,8 @@
1212
},
1313
"files": [
1414
"dist",
15-
"src"
15+
"src",
16+
"README.md"
1617
],
1718
"keywords": [
1819
"mcp",

0 commit comments

Comments
 (0)