Skip to content

Commit 496ab1d

Browse files
koriyoshi2041claude
andcommitted
fix: move MCP SDK to devDeps, remove empty templates from files
- @modelcontextprotocol/sdk is only used in generated code templates, not imported at runtime — move to devDependencies - Remove empty templates directory from npm package files array - Bump version to 0.1.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 97297c0 commit 496ab1d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentify-cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Agent Interface Compiler — One command. Every agent speaks your product.",
55
"type": "module",
66
"bin": {
@@ -53,19 +53,18 @@
5353
"node": ">=18.0.0"
5454
},
5555
"files": [
56-
"dist",
57-
"templates"
56+
"dist"
5857
],
5958
"dependencies": {
6059
"@apidevtools/swagger-parser": "^12.1.0",
61-
"@modelcontextprotocol/sdk": "^1.27.1",
6260
"chalk": "^5.6.2",
6361
"commander": "^14.0.3",
6462
"handlebars": "^4.7.8",
6563
"ora": "^9.3.0",
6664
"zod": "^4.3.6"
6765
},
6866
"devDependencies": {
67+
"@modelcontextprotocol/sdk": "^1.27.1",
6968
"@types/node": "^25.3.3",
7069
"@vitest/coverage-v8": "^4.0.18",
7170
"tsup": "^8.5.1",

0 commit comments

Comments
 (0)