Skip to content

Commit 29e7d8f

Browse files
tadasantclaude
andauthored
chore: bump MCP TypeScript SDK to 1.19.1 across all servers (#165)
## Summary Updated @modelcontextprotocol/sdk from 1.13.2 to 1.19.1 across all MCP servers in the repository. ### Version Bumps **MCP Servers:** - appsignal: 0.2.15 → 0.3.0 - hatchbox: 0.0.2 → 0.1.0 - pulsemcp-cms-admin: 0.0.4 → 0.1.0 - twist: 0.1.18 → 0.2.0 - pulse-fetch: 0.2.14 → 0.3.0 **Libraries:** - libs/test-mcp-client - libs/mcp-server-template ### Changes Made 1. Updated SDK dependency in all shared/ and local/ package.json files 2. Ran npm install to update package-lock.json files 3. Fixed symlink issues in pulsemcp-cms-admin and pulse-fetch 4. Updated all CHANGELOG.md files 5. Bumped minor versions for all servers 6. All tests passing ✅ ### Test Results - ✅ appsignal: 84 tests passing - ✅ hatchbox: 25 tests passing - ✅ pulsemcp-cms-admin: 10 tests passing - ✅ twist: 27 tests passing - ✅ pulse-fetch: 207 tests passing 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 04842ce commit 29e7d8f

File tree

26 files changed

+112
-71
lines changed

26 files changed

+112
-71
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ These are PulseMCP-branded servers that we intend to maintain indefinitely as ou
2121

2222
| Name | Description | Local Status | Remote Status | Target Audience | Notes |
2323
| -------------------------------------------- | ------------------------------------ | ------------ | ------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
24-
| [pulse-fetch](./productionized/pulse-fetch/) | Pull internet resources into context | 0.2.14 | Not Started | Agent-building frameworks (e.g. fast-agent, Mastra, PydanticAI) and MCP clients without built-in fetch | Supports Firecrawl and BrightData integrations; HTML noise stripping; Resource caching; LLM extraction |
24+
| [pulse-fetch](./productionized/pulse-fetch/) | Pull internet resources into context | 0.3.0 | Not Started | Agent-building frameworks (e.g. fast-agent, Mastra, PydanticAI) and MCP clients without built-in fetch | Supports Firecrawl and BrightData integrations; HTML noise stripping; Resource caching; LLM extraction |
2525

2626
### Experimental Servers
2727

2828
These are high-quality servers that we may discontinue if the official provider creates and maintains a better MCP server.
2929

3030
| Name | Description | Local Status | Remote Status | Target Audience | Notes |
3131
| -------------------------------------------------------- | ------------------------------------------------------------------ | ----------------- | ------------- | ----------------------------------------------------- | -------------------------------------------------------------------- |
32-
| [appsignal](./experimental/appsignal/) | AppSignal application performance monitoring and error tracking | 0.2.15 | Not Started | Developers using AppSignal for application monitoring | Requires AppSignal API key; NOT officially affiliated with AppSignal |
32+
| [appsignal](./experimental/appsignal/) | AppSignal application performance monitoring and error tracking | 0.3.0 | Not Started | Developers using AppSignal for application monitoring | Requires AppSignal API key; NOT officially affiliated with AppSignal |
3333
| [claude-code-agent](./experimental/claude-code-agent/) | Claude Code Agent MCP Server for managing Claude Code CLI sessions | Not Yet Published | Not Started | Developers building AI-powered automation workflows | Requires Claude Code CLI installed locally |
34-
| [twist](./experimental/twist/) | Twist team messaging and collaboration platform integration | 0.1.18 | Not Started | Teams using Twist for asynchronous communication | Requires Twist API bearer token and workspace ID |
35-
| [pulsemcp-cms-admin](./experimental/pulsemcp-cms-admin/) | Internal API for managing PulseMCP newsletter content | 0.0.4 | Not Started | PulseMCP team for content management | Requires PULSEMCP_ADMIN_API_KEY; Internal use only |
36-
| [hatchbox](./experimental/hatchbox/) | Hatchbox Rails hosting platform management | 0.0.2 | Not Started | Rails developers using Hatchbox for hosting | Requires Hatchbox API key and deploy key |
34+
| [twist](./experimental/twist/) | Twist team messaging and collaboration platform integration | 0.2.0 | Not Started | Teams using Twist for asynchronous communication | Requires Twist API bearer token and workspace ID |
35+
| [pulsemcp-cms-admin](./experimental/pulsemcp-cms-admin/) | Internal API for managing PulseMCP newsletter content | 0.1.0 | Not Started | PulseMCP team for content management | Requires PULSEMCP_ADMIN_API_KEY; Internal use only |
36+
| [hatchbox](./experimental/hatchbox/) | Hatchbox Rails hosting platform management | 0.1.0 | Not Started | Rails developers using Hatchbox for hosting | Requires Hatchbox API key and deploy key |
3737

3838
## Contributing
3939

experimental/appsignal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2025-10-08
11+
12+
### Changed
13+
14+
- Updated @modelcontextprotocol/sdk from 1.13.2 to 1.19.1
15+
1016
## [0.2.15] - 2025-09-09
1117

1218
### Added

experimental/appsignal/local/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appsignal-mcp-server",
3-
"version": "0.2.15",
3+
"version": "0.3.0",
44
"description": "Local implementation of AppSignal MCP server",
55
"mcpName": "com.pulsemcp.servers/appsignal",
66
"main": "build/index.js",
@@ -25,7 +25,7 @@
2525
"stage-publish": "npm version"
2626
},
2727
"dependencies": {
28-
"@modelcontextprotocol/sdk": "^1.13.2",
28+
"@modelcontextprotocol/sdk": "^1.19.1",
2929
"dotenv": "^16.5.0",
3030
"graphql": "^16.11.0",
3131
"graphql-request": "^7.2.0",

experimental/appsignal/package-lock.json

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

experimental/appsignal/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc"
99
},
1010
"dependencies": {
11-
"@modelcontextprotocol/sdk": "^1.13.2",
11+
"@modelcontextprotocol/sdk": "^1.19.1",
1212
"graphql": "^16.11.0",
1313
"graphql-request": "^7.2.0",
1414
"zod": "^3.24.1"

experimental/hatchbox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0] - 2025-10-08
11+
12+
### Changed
13+
14+
- Updated @modelcontextprotocol/sdk from 1.13.2 to 1.19.1
15+
1016
## [0.0.2] - 2025-09-09
1117

1218
### Added

experimental/hatchbox/local/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hatchbox-mcp-server",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Local implementation of Hatchbox MCP server",
55
"mcpName": "com.pulsemcp.servers/hatchbox",
66
"main": "build/index.js",
@@ -30,7 +30,7 @@
3030
"stage-publish": "npm version"
3131
},
3232
"dependencies": {
33-
"@modelcontextprotocol/sdk": "^1.13.2",
33+
"@modelcontextprotocol/sdk": "^1.19.1",
3434
"zod": "^3.24.1"
3535
},
3636
"devDependencies": {

experimental/hatchbox/package-lock.json

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

experimental/hatchbox/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"format:check": "prettier --check ."
1313
},
1414
"dependencies": {
15-
"@modelcontextprotocol/sdk": "^1.13.2",
15+
"@modelcontextprotocol/sdk": "^1.19.1",
1616
"zod": "^3.24.1"
1717
},
1818
"devDependencies": {

experimental/pulsemcp-cms-admin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [0.1.0] - 2025-10-08
10+
11+
### Changed
12+
13+
- Updated @modelcontextprotocol/sdk from 1.13.2 to 1.19.1
14+
915
## [0.0.4] - 2025-09-09
1016

1117
### Added

0 commit comments

Comments
 (0)