Skip to content

Commit 741600c

Browse files
oatsandsugarclaude
andauthored
Upgrade moose-lib and moose-cli to 0.6.418 (#3641)
## Summary Updated the moose-lib and moose-cli dependencies to the latest version (0.6.418) in the TypeScript MCP template. ## Changes - Bumped `@514labs/moose-lib` from 0.6.402 to 0.6.418 - Bumped `@514labs/moose-cli` from 0.6.402 to 0.6.418 These updates ensure the template uses the latest stable versions of the core Moose framework packages. https://claude.ai/code/session_01EaFJNTek6tj4hqEiUddnRa --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 301301a commit 741600c

3 files changed

Lines changed: 49 additions & 25 deletions

File tree

apps/framework-docs-v2/content/guides/chat-in-your-app/tutorial.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ Add the MCP server to your existing MooseStack service:
533533
1. **Install dependencies** (versions from [template package.json](https://github.com/514-labs/moosestack/blob/main/templates/typescript-mcp/packages/moosestack-service/package.json)):
534534
```shell
535535
cd packages/your-moosestack-service
536-
pnpm add @modelcontextprotocol/sdk@1.24.2 \
536+
pnpm add @modelcontextprotocol/sdk@1.26.0 \
537537
@514labs/express-pbkdf2-api-key-auth@^1.0.4 \
538538
express@^5.1.0
539539
pnpm add -D @types/express@^5.0.3

templates/typescript-mcp/packages/moosestack-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "moose-cli dev"
88
},
99
"dependencies": {
10-
"@514labs/moose-lib": "0.6.402",
10+
"@514labs/moose-lib": "0.6.418",
1111
"@514labs/express-pbkdf2-api-key-auth": "^1.0.4",
1212
"@cfworker/json-schema": "4.1.1",
1313
"@modelcontextprotocol/sdk": "1.26.0",
@@ -18,7 +18,7 @@
1818
"zod": "3.25.76"
1919
},
2020
"devDependencies": {
21-
"@514labs/moose-cli": "0.6.402",
21+
"@514labs/moose-cli": "0.6.418",
2222
"@types/express": "^5.0.3",
2323
"@types/node": "^20.12.12"
2424
}

templates/typescript-mcp/pnpm-lock.yaml

Lines changed: 46 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)